Color spaces of #fceaf9
RGB | 252 | 234 | 249 |
---|---|---|---|
HSL | 0.86 | 0.75 | 0.95 |
HSV | 310° | 7° | 99° |
CMYK | 0.00 | 0.07 | 0.01 0.01 |
XYZ | 86.6666 | 86.3806 | 101.7278 |
Yxy | 86.3806 | 0.3154 | 0.3144 |
Hunter Lab | 92.9412 | 3.8022 | 0.1636 |
CIE-Lab | 94.4748 | 8.6658 | -5.0455 |
#fceaf9 color RGB value is (252,234,249).
#fceaf9 hex color red value is 252, green value is 234 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #fceaf9 hue: 0.86 , saturation: 0.75 and the lightness value of fceaf9 is 0.95.
The process color (four color CMYK) of #fceaf9 color hex is 0.00, 0.07, 0.01, 0.01. Web safe color of #fceaf9 is #ffffff. Color #fceaf9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101010 | 11111001 |
Octal | 374 | 352 | 371 |
Decimal | 252 | 234 | 249 |
Hex | FC | EA | F9 |
Shades of #fceaf9
Tints of #fceaf9
RGB Percentages of Color #fceaf9
CMYK Percentages of Color #fceaf9
Complementary Color
#fceaf9 | #eafced |
#fceaf9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fceaf9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fceaf9 Color CSS Codes
.mybgcolor {background-color:#fceaf9; } .myforecolor {color:#fceaf9; } .mybordercolor {border:3px solid #fceaf9; }
#fceaf9 Text Font Color
<p style="color:#fceaf9">Text here</p>
This sample text font color is #fceaf9
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.
#fceaf9 Background Color
<div style="background-color:#fceaf9">
Div content here</div>
This div background color is #fceaf9
#fceaf9 Border Color
<div style="border:3px solid #fceaf9">
Div here</div>
This div border color is #fceaf9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,234,249, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fceaf9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fceaf9; -webkit-box-shadow: 1px 1px 3px 2px #fceaf9; box-shadow: 1px 1px 3px 2px #fceaf9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,234,249, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fceaf9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fceaf9; -webkit-box-shadow: 1px 1px 3px 2px #fceaf9; box-shadow: 1px 1px 3px 2px #fceaf9;">
Div content here</div>
This div box has shadow with color #fceaf9
Comments
No comments written yet.
Please login to write comment.