Shades of Navajo White #FCDAA8
Tints of Navajo White #FCDAA8
RGB
CMYK
RGB Variations
Color information
#FCDAA8 (or 0xFCDAA8) is known color: Navajo White. HEX triplet: FC, DA and A8. RGB value is (252,218,168). Sum of RGB (Red+Green+Blue) = 252+218+168=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 168 (66.02% from 255 or 26.33% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDAA8 is #032557. Grayscale: #DEDEDE. Windows color (decimal): -206168 or 11066108. OLE color: 11066108.
HSL color Cylindrical-coordinate representation of color #FCDAA8: hue angle of 35.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCDAA8 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 168 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.01 |
| HSL | 35.71º | 0.93% | 0.82% | - |
| HSV(B) | 35.71º | 0.33% | 0.99% | - |
| XYZ | 72.28 | 73.67 | 47.45 | - |
| YUV | 222.47 | 97.26 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 168 | 0 | 0.13 | 0.33 | 0.01 | 35.71 | 0.93 | 0.82 |
| Hex | FC | DA | A8 | 0 | D | 21 | 1 | 24 | 5D | 52 |
| Octal | 374 | 332 | 250 | 0 | 15 | 41 | 1 | 44 | 135 | 122 |
| Binary | 11111100 | 11011010 | 10101000 | 0 | 1101 | 100001 | 1 | 100100 | 1011101 | 1010010 |
Color Harmonies of #FCDAA8
Complementary color
Monochromatic Colors of #FCDAA8
Black with #FCDAA8
Text Example
Text Example
White with #FCDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAA8; }
p { color: rgb(252,218,168); }
H1.HeaderClassName
{
color: #FCDAA8;
}
.AnyTagClassName
{
color: #FCDAA8;
}
</style>
background-color css
<style>
a { background-color: #FCDAA8; }
a { background-color: rgb(252,218,168); }
div.DivClassName
{
background-color: #FCDAA8;
}
.BgClassName
{
background-color: #FCDAA8;
}
</style>
border-color css
<style>
span { border-color: #FCDAA8; }
span { border-color: rgb(252,218,168); }
td.TdClassName
{
border-color: #FCDAA8;
}
.TagClassName
{
border-color: #FCDAA8;
}
</style>