Shades of Navajo White #FCD9A9
Tints of Navajo White #FCD9A9
RGB
CMYK
RGB Variations
Color information
#FCD9A9 (or 0xFCD9A9) is known color: Navajo White. HEX triplet: FC, D9 and A9. RGB value is (252,217,169). Sum of RGB (Red+Green+Blue) = 252+217+169=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 169 (66.41% from 255 or 26.49% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD9A9 is #032656. Grayscale: #DEDEDE. Windows color (decimal): -206423 or 11131388. OLE color: 11131388.
HSL color Cylindrical-coordinate representation of color #FCD9A9: hue angle of 34.7º 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 #FCD9A9 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 169 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.01 |
| HSL | 34.7º | 0.93% | 0.83% | - |
| HSV(B) | 34.7º | 0.33% | 0.99% | - |
| XYZ | 72.12 | 73.19 | 47.86 | - |
| YUV | 221.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 169 | 0 | 0.14 | 0.33 | 0.01 | 34.7 | 0.93 | 0.83 |
| Hex | FC | D9 | A9 | 0 | E | 21 | 1 | 23 | 5D | 53 |
| Octal | 374 | 331 | 251 | 0 | 16 | 41 | 1 | 43 | 135 | 123 |
| Binary | 11111100 | 11011001 | 10101001 | 0 | 1110 | 100001 | 1 | 100011 | 1011101 | 1010011 |
Color Harmonies of #FCD9A9
Complementary color
Monochromatic Colors of #FCD9A9
Black with #FCD9A9
Text Example
Text Example
White with #FCD9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9A9; }
p { color: rgb(252,217,169); }
H1.HeaderClassName
{
color: #FCD9A9;
}
.AnyTagClassName
{
color: #FCD9A9;
}
</style>
background-color css
<style>
a { background-color: #FCD9A9; }
a { background-color: rgb(252,217,169); }
div.DivClassName
{
background-color: #FCD9A9;
}
.BgClassName
{
background-color: #FCD9A9;
}
</style>
border-color css
<style>
span { border-color: #FCD9A9; }
span { border-color: rgb(252,217,169); }
td.TdClassName
{
border-color: #FCD9A9;
}
.TagClassName
{
border-color: #FCD9A9;
}
</style>