Color spaces of #fdbeea
RGB | 253 | 190 | 234 |
---|---|---|---|
HSL | 0.88 | 0.94 | 0.87 |
HSV | 318° | 25° | 99° |
CMYK | 0.00 | 0.25 | 0.08 0.01 |
XYZ | 73.7728 | 63.6501 | 86.2393 |
Yxy | 63.6501 | 0.3298 | 0.2846 |
Hunter Lab | 79.7810 | 25.4406 | -8.2428 |
CIE-Lab | 83.7833 | 29.4037 | -13.0053 |
#fdbeea color RGB value is (253,190,234).
#fdbeea hex color red value is 253, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fdbeea hue: 0.88 , saturation: 0.94 and the lightness value of fdbeea is 0.87.
The process color (four color CMYK) of #fdbeea color hex is 0.00, 0.25, 0.08, 0.01. Web safe color of #fdbeea is #ffccff. Color #fdbeea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10111110 | 11101010 |
Octal | 375 | 276 | 352 |
Decimal | 253 | 190 | 234 |
Hex | FD | BE | EA |
Shades of #fdbeea
Tints of #fdbeea
RGB Percentages of Color #fdbeea
CMYK Percentages of Color #fdbeea
Complementary Color
#fdbeea | #befdd1 |
#fdbeea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdbeea Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdbeea Color CSS Codes
.mybgcolor {background-color:#fdbeea; } .myforecolor {color:#fdbeea; } .mybordercolor {border:3px solid #fdbeea; }
#fdbeea Text Font Color
<p style="color:#fdbeea">Text here</p>
This sample text font color is #fdbeea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fdbeea Background Color
<div style="background-color:#fdbeea">
Div content here</div>
This div background color is #fdbeea
#fdbeea Border Color
<div style="border:3px solid #fdbeea">
Div here</div>
This div border color is #fdbeea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,190,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdbeea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdbeea; -webkit-box-shadow: 1px 1px 3px 2px #fdbeea; box-shadow: 1px 1px 3px 2px #fdbeea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,190,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdbeea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdbeea; -webkit-box-shadow: 1px 1px 3px 2px #fdbeea; box-shadow: 1px 1px 3px 2px #fdbeea;">
Div content here</div>
This div box has shadow with color #fdbeea
#fdbeea Color Palettes
Comments
No comments written yet.
Please login to write comment.