Color spaces of #fccab1
RGB | 252 | 202 | 177 |
---|---|---|---|
HSL | 0.06 | 0.93 | 0.84 |
HSV | 20° | 30° | 99° |
CMYK | 0.00 | 0.20 | 0.30 0.01 |
XYZ | 69.2012 | 66.1108 | 50.7083 |
Yxy | 66.1108 | 0.3720 | 0.3554 |
Hunter Lab | 81.3085 | 9.6303 | 19.9396 |
CIE-Lab | 85.0529 | 14.2364 | 19.2037 |
#fccab1 color RGB value is (252,202,177).
#fccab1 hex color red value is 252, green value is 202 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fccab1 hue: 0.06 , saturation: 0.93 and the lightness value of fccab1 is 0.84.
The process color (four color CMYK) of #fccab1 color hex is 0.00, 0.20, 0.30, 0.01. Web safe color of #fccab1 is #ffcc99. Color #fccab1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001010 | 10110001 |
Octal | 374 | 312 | 261 |
Decimal | 252 | 202 | 177 |
Hex | FC | CA | B1 |
Shades of #fccab1
Tints of #fccab1
RGB Percentages of Color #fccab1
CMYK Percentages of Color #fccab1
Complementary Color
#fccab1 | #b1e3fc |
#fccab1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fccab1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fccab1 Color CSS Codes
.mybgcolor {background-color:#fccab1; } .myforecolor {color:#fccab1; } .mybordercolor {border:3px solid #fccab1; }
#fccab1 Text Font Color
<p style="color:#fccab1">Text here</p>
This sample text font color is #fccab1
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.
#fccab1 Background Color
<div style="background-color:#fccab1">
Div content here</div>
This div background color is #fccab1
#fccab1 Border Color
<div style="border:3px solid #fccab1">
Div here</div>
This div border color is #fccab1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,202,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fccab1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fccab1; -webkit-box-shadow: 1px 1px 3px 2px #fccab1; box-shadow: 1px 1px 3px 2px #fccab1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,202,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fccab1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fccab1; -webkit-box-shadow: 1px 1px 3px 2px #fccab1; box-shadow: 1px 1px 3px 2px #fccab1;">
Div content here</div>
This div box has shadow with color #fccab1
Comments
No comments written yet.
Please login to write comment.