Color spaces of #fceffb
RGB | 252 | 239 | 251 |
---|---|---|---|
HSL | 0.85 | 0.68 | 0.96 |
HSV | 305° | 5° | 99° |
CMYK | 0.00 | 0.05 | 0.00 0.01 |
XYZ | 88.4240 | 89.3935 | 103.8610 |
Yxy | 89.3935 | 0.3139 | 0.3174 |
Hunter Lab | 94.5481 | 1.4788 | 1.0537 |
CIE-Lab | 95.7446 | 6.4479 | -4.2135 |
#fceffb color RGB value is (252,239,251).
#fceffb hex color red value is 252, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fceffb hue: 0.85 , saturation: 0.68 and the lightness value of fceffb is 0.96.
The process color (four color CMYK) of #fceffb color hex is 0.00, 0.05, 0.00, 0.01. Web safe color of #fceffb is #ffffff. Color #fceffb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101111 | 11111011 |
Octal | 374 | 357 | 373 |
Decimal | 252 | 239 | 251 |
Hex | FC | EF | FB |
Shades of #fceffb
Tints of #fceffb
RGB Percentages of Color #fceffb
CMYK Percentages of Color #fceffb
Complementary Color
#fceffb | #effcf0 |
#fceffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fceffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fceffb Color CSS Codes
.mybgcolor {background-color:#fceffb; } .myforecolor {color:#fceffb; } .mybordercolor {border:3px solid #fceffb; }
#fceffb Text Font Color
<p style="color:#fceffb">Text here</p>
This sample text font color is #fceffb
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.
#fceffb Background Color
<div style="background-color:#fceffb">
Div content here</div>
This div background color is #fceffb
#fceffb Border Color
<div style="border:3px solid #fceffb">
Div here</div>
This div border color is #fceffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,239,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fceffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fceffb; -webkit-box-shadow: 1px 1px 3px 2px #fceffb; box-shadow: 1px 1px 3px 2px #fceffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,239,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fceffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fceffb; -webkit-box-shadow: 1px 1px 3px 2px #fceffb; box-shadow: 1px 1px 3px 2px #fceffb;">
Div content here</div>
This div box has shadow with color #fceffb
Comments
No comments written yet.
Please login to write comment.