Color spaces of #fcaf99
RGB | 252 | 175 | 153 |
---|---|---|---|
HSL | 0.04 | 0.94 | 0.79 |
HSV | 13° | 39° | 99° |
CMYK | 0.00 | 0.31 | 0.39 0.01 |
XYZ | 61.2246 | 53.6553 | 37.2666 |
Yxy | 53.6553 | 0.4024 | 0.3527 |
Hunter Lab | 73.2498 | 21.0091 | 21.1104 |
CIE-Lab | 78.2603 | 25.5220 | 22.6181 |
#fcaf99 color RGB value is (252,175,153).
#fcaf99 hex color red value is 252, green value is 175 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fcaf99 hue: 0.04 , saturation: 0.94 and the lightness value of fcaf99 is 0.79.
The process color (four color CMYK) of #fcaf99 color hex is 0.00, 0.31, 0.39, 0.01. Web safe color of #fcaf99 is #ff9999. Color #fcaf99 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101111 | 10011001 |
Octal | 374 | 257 | 231 |
Decimal | 252 | 175 | 153 |
Hex | FC | AF | 99 |
Shades of #fcaf99
Tints of #fcaf99
RGB Percentages of Color #fcaf99
CMYK Percentages of Color #fcaf99
Complementary Color
#fcaf99 | #99e6fc |
#fcaf99 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcaf99 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcaf99 Color CSS Codes
.mybgcolor {background-color:#fcaf99; } .myforecolor {color:#fcaf99; } .mybordercolor {border:3px solid #fcaf99; }
#fcaf99 Text Font Color
<p style="color:#fcaf99">Text here</p>
This sample text font color is #fcaf99
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.
#fcaf99 Background Color
<div style="background-color:#fcaf99">
Div content here</div>
This div background color is #fcaf99
#fcaf99 Border Color
<div style="border:3px solid #fcaf99">
Div here</div>
This div border color is #fcaf99
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,175,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcaf99; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcaf99; -webkit-box-shadow: 1px 1px 3px 2px #fcaf99; box-shadow: 1px 1px 3px 2px #fcaf99; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,175,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcaf99">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcaf99; -webkit-box-shadow: 1px 1px 3px 2px #fcaf99; box-shadow: 1px 1px 3px 2px #fcaf99;">
Div content here</div>
This div box has shadow with color #fcaf99
Comments
No comments written yet.
Please login to write comment.