Shades of Navajo White #FCDCAF
Tints of Navajo White #FCDCAF
RGB
CMYK
RGB Variations
Color information
#FCDCAF (or 0xFCDCAF) is known color: Navajo White. HEX triplet: FC, DC and AF. RGB value is (252,220,175). Sum of RGB (Red+Green+Blue) = 252+220+175=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDCAF is #032350. Grayscale: #E0E0E0. Windows color (decimal): -205649 or 11525372. OLE color: 11525372.
HSL color Cylindrical-coordinate representation of color #FCDCAF: hue angle of 35.06º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCDCAF is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 175 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.01 |
| HSL | 35.06º | 0.93% | 0.84% | - |
| HSV(B) | 35.06º | 0.31% | 0.99% | - |
| XYZ | 73.48 | 74.98 | 51.16 | - |
| YUV | 224.44 | 100.1 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 175 | 0 | 0.13 | 0.31 | 0.01 | 35.06 | 0.93 | 0.84 |
| Hex | FC | DC | AF | 0 | D | 1F | 1 | 23 | 5D | 54 |
| Octal | 374 | 334 | 257 | 0 | 15 | 37 | 1 | 43 | 135 | 124 |
| Binary | 11111100 | 11011100 | 10101111 | 0 | 1101 | 11111 | 1 | 100011 | 1011101 | 1010100 |
Color Harmonies of #FCDCAF
Complementary color
Monochromatic Colors of #FCDCAF
Black with #FCDCAF
Text Example
Text Example
White with #FCDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCAF; }
p { color: rgb(252,220,175); }
H1.HeaderClassName
{
color: #FCDCAF;
}
.AnyTagClassName
{
color: #FCDCAF;
}
</style>
background-color css
<style>
a { background-color: #FCDCAF; }
a { background-color: rgb(252,220,175); }
div.DivClassName
{
background-color: #FCDCAF;
}
.BgClassName
{
background-color: #FCDCAF;
}
</style>
border-color css
<style>
span { border-color: #FCDCAF; }
span { border-color: rgb(252,220,175); }
td.TdClassName
{
border-color: #FCDCAF;
}
.TagClassName
{
border-color: #FCDCAF;
}
</style>