Shades of Navajo White #FCDCA8
Tints of Navajo White #FCDCA8
RGB
CMYK
RGB Variations
Color information
#FCDCA8 (or 0xFCDCA8) is known color: Navajo White. HEX triplet: FC, DC and A8. RGB value is (252,220,168). Sum of RGB (Red+Green+Blue) = 252+220+168=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 168 (66.02% from 255 or 26.25% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDCA8 is #032357. Grayscale: #DFDFDF. Windows color (decimal): -205656 or 11066620. OLE color: 11066620.
HSL color Cylindrical-coordinate representation of color #FCDCA8: hue angle of 37.14º 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 #FCDCA8 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 168 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.01 |
| HSL | 37.14º | 0.93% | 0.82% | - |
| HSV(B) | 37.14º | 0.33% | 0.99% | - |
| XYZ | 72.81 | 74.71 | 47.63 | - |
| YUV | 223.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 168 | 0 | 0.13 | 0.33 | 0.01 | 37.14 | 0.93 | 0.82 |
| Hex | FC | DC | A8 | 0 | D | 21 | 1 | 25 | 5D | 52 |
| Octal | 374 | 334 | 250 | 0 | 15 | 41 | 1 | 45 | 135 | 122 |
| Binary | 11111100 | 11011100 | 10101000 | 0 | 1101 | 100001 | 1 | 100101 | 1011101 | 1010010 |
Color Harmonies of #FCDCA8
Complementary color
Monochromatic Colors of #FCDCA8
Black with #FCDCA8
Text Example
Text Example
White with #FCDCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCA8; }
p { color: rgb(252,220,168); }
H1.HeaderClassName
{
color: #FCDCA8;
}
.AnyTagClassName
{
color: #FCDCA8;
}
</style>
background-color css
<style>
a { background-color: #FCDCA8; }
a { background-color: rgb(252,220,168); }
div.DivClassName
{
background-color: #FCDCA8;
}
.BgClassName
{
background-color: #FCDCA8;
}
</style>
border-color css
<style>
span { border-color: #FCDCA8; }
span { border-color: rgb(252,220,168); }
td.TdClassName
{
border-color: #FCDCA8;
}
.TagClassName
{
border-color: #FCDCA8;
}
</style>