Shades of Navajo White #FCD7AA
Tints of Navajo White #FCD7AA
RGB
CMYK
RGB Variations
Color information
#FCD7AA (or 0xFCD7AA) is known color: Navajo White. HEX triplet: FC, D7 and AA. RGB value is (252,215,170). Sum of RGB (Red+Green+Blue) = 252+215+170=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD7AA is #032855. Grayscale: #DDDDDD. Windows color (decimal): -206934 or 11196412. OLE color: 11196412.
HSL color Cylindrical-coordinate representation of color #FCD7AA: hue angle of 32.93º 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 #FCD7AA is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 170 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.01 |
| HSL | 32.93º | 0.93% | 0.83% | - |
| HSV(B) | 32.93º | 0.33% | 0.99% | - |
| XYZ | 71.7 | 72.2 | 48.19 | - |
| YUV | 220.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 170 | 0 | 0.15 | 0.33 | 0.01 | 32.93 | 0.93 | 0.83 |
| Hex | FC | D7 | AA | 0 | F | 21 | 1 | 21 | 5D | 53 |
| Octal | 374 | 327 | 252 | 0 | 17 | 41 | 1 | 41 | 135 | 123 |
| Binary | 11111100 | 11010111 | 10101010 | 0 | 1111 | 100001 | 1 | 100001 | 1011101 | 1010011 |
Color Harmonies of #FCD7AA
Complementary color
Monochromatic Colors of #FCD7AA
Black with #FCD7AA
Text Example
Text Example
White with #FCD7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7AA; }
p { color: rgb(252,215,170); }
H1.HeaderClassName
{
color: #FCD7AA;
}
.AnyTagClassName
{
color: #FCD7AA;
}
</style>
background-color css
<style>
a { background-color: #FCD7AA; }
a { background-color: rgb(252,215,170); }
div.DivClassName
{
background-color: #FCD7AA;
}
.BgClassName
{
background-color: #FCD7AA;
}
</style>
border-color css
<style>
span { border-color: #FCD7AA; }
span { border-color: rgb(252,215,170); }
td.TdClassName
{
border-color: #FCD7AA;
}
.TagClassName
{
border-color: #FCD7AA;
}
</style>