Shades of Navajo White #FCD8AA
Tints of Navajo White #FCD8AA
RGB
CMYK
RGB Variations
Color information
#FCD8AA (or 0xFCD8AA) is known color: Navajo White. HEX triplet: FC, D8 and AA. RGB value is (252,216,170). Sum of RGB (Red+Green+Blue) = 252+216+170=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD8AA is #032755. Grayscale: #DDDDDD. Windows color (decimal): -206678 or 11196668. OLE color: 11196668.
HSL color Cylindrical-coordinate representation of color #FCD8AA: hue angle of 33.66º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCD8AA is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 170 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.01 |
| HSL | 33.66º | 0.93% | 0.83% | - |
| HSV(B) | 33.66º | 0.33% | 0.99% | - |
| XYZ | 71.96 | 72.71 | 48.27 | - |
| YUV | 221.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 170 | 0 | 0.14 | 0.33 | 0.01 | 33.66 | 0.93 | 0.83 |
| Hex | FC | D8 | AA | 0 | E | 21 | 1 | 22 | 5D | 53 |
| Octal | 374 | 330 | 252 | 0 | 16 | 41 | 1 | 42 | 135 | 123 |
| Binary | 11111100 | 11011000 | 10101010 | 0 | 1110 | 100001 | 1 | 100010 | 1011101 | 1010011 |
Color Harmonies of #FCD8AA
Complementary color
Monochromatic Colors of #FCD8AA
Black with #FCD8AA
Text Example
Text Example
White with #FCD8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8AA; }
p { color: rgb(252,216,170); }
H1.HeaderClassName
{
color: #FCD8AA;
}
.AnyTagClassName
{
color: #FCD8AA;
}
</style>
background-color css
<style>
a { background-color: #FCD8AA; }
a { background-color: rgb(252,216,170); }
div.DivClassName
{
background-color: #FCD8AA;
}
.BgClassName
{
background-color: #FCD8AA;
}
</style>
border-color css
<style>
span { border-color: #FCD8AA; }
span { border-color: rgb(252,216,170); }
td.TdClassName
{
border-color: #FCD8AA;
}
.TagClassName
{
border-color: #FCD8AA;
}
</style>