Shades of Navajo White #FCD6AA
Tints of Navajo White #FCD6AA
RGB
CMYK
RGB Variations
Color information
#FCD6AA (or 0xFCD6AA) is known color: Navajo White. HEX triplet: FC, D6 and AA. RGB value is (252,214,170). Sum of RGB (Red+Green+Blue) = 252+214+170=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6AA is #032955. Grayscale: #DCDCDC. Windows color (decimal): -207190 or 11196156. OLE color: 11196156.
HSL color Cylindrical-coordinate representation of color #FCD6AA: hue angle of 32.2º 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 #FCD6AA is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 170 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.01 |
| HSL | 32.2º | 0.93% | 0.83% | - |
| HSV(B) | 32.2º | 0.33% | 0.99% | - |
| XYZ | 71.45 | 71.69 | 48.1 | - |
| YUV | 220.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 170 | 0 | 0.15 | 0.33 | 0.01 | 32.2 | 0.93 | 0.83 |
| Hex | FC | D6 | AA | 0 | F | 21 | 1 | 20 | 5D | 53 |
| Octal | 374 | 326 | 252 | 0 | 17 | 41 | 1 | 40 | 135 | 123 |
| Binary | 11111100 | 11010110 | 10101010 | 0 | 1111 | 100001 | 1 | 100000 | 1011101 | 1010011 |
Color Harmonies of #FCD6AA
Complementary color
Monochromatic Colors of #FCD6AA
Black with #FCD6AA
Text Example
Text Example
White with #FCD6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6AA; }
p { color: rgb(252,214,170); }
H1.HeaderClassName
{
color: #FCD6AA;
}
.AnyTagClassName
{
color: #FCD6AA;
}
</style>
background-color css
<style>
a { background-color: #FCD6AA; }
a { background-color: rgb(252,214,170); }
div.DivClassName
{
background-color: #FCD6AA;
}
.BgClassName
{
background-color: #FCD6AA;
}
</style>
border-color css
<style>
span { border-color: #FCD6AA; }
span { border-color: rgb(252,214,170); }
td.TdClassName
{
border-color: #FCD6AA;
}
.TagClassName
{
border-color: #FCD6AA;
}
</style>