Color spaces of #fffccb
RGB | 255 | 252 | 203 |
---|---|---|---|
HSL | 0.16 | 1.00 | 0.90 |
HSV | 57° | 20° | 100° |
CMYK | 0.00 | 0.01 | 0.20 0.00 |
XYZ | 86.8299 | 95.1926 | 70.2975 |
Yxy | 95.1926 | 0.3441 | 0.3773 |
Hunter Lab | 97.5667 | -11.8849 | 25.5778 |
CIE-Lab | 98.1105 | -6.7010 | 23.8841 |
#fffccb color RGB value is (255,252,203).
#fffccb hex color red value is 255, green value is 252 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fffccb hue: 0.16 , saturation: 1.00 and the lightness value of fffccb is 0.90.
The process color (four color CMYK) of #fffccb color hex is 0.00, 0.01, 0.20, 0.00. Web safe color of #fffccb is #ffffcc. Color #fffccb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11111100 | 11001011 |
Octal | 377 | 374 | 313 |
Decimal | 255 | 252 | 203 |
Hex | FF | FC | CB |
Shades of #fffccb
Tints of #fffccb
RGB Percentages of Color #fffccb
CMYK Percentages of Color #fffccb
Complementary Color
#fffccb | #cbceff |
#fffccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fffccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fffccb Color CSS Codes
.mybgcolor {background-color:#fffccb; } .myforecolor {color:#fffccb; } .mybordercolor {border:3px solid #fffccb; }
#fffccb Text Font Color
<p style="color:#fffccb">Text here</p>
This sample text font color is #fffccb
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.
#fffccb Background Color
<div style="background-color:#fffccb">
Div content here</div>
This div background color is #fffccb
#fffccb Border Color
<div style="border:3px solid #fffccb">
Div here</div>
This div border color is #fffccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,252,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fffccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fffccb; -webkit-box-shadow: 1px 1px 3px 2px #fffccb; box-shadow: 1px 1px 3px 2px #fffccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,252,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fffccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fffccb; -webkit-box-shadow: 1px 1px 3px 2px #fffccb; box-shadow: 1px 1px 3px 2px #fffccb;">
Div content here</div>
This div box has shadow with color #fffccb
#fffccb Color Palettes
Comments
No comments written yet.
Please login to write comment.