Shades of Navajo White #FCDBA8
Tints of Navajo White #FCDBA8
RGB
CMYK
RGB Variations
Color information
#FCDBA8 (or 0xFCDBA8) is known color: Navajo White. HEX triplet: FC, DB and A8. RGB value is (252,219,168). Sum of RGB (Red+Green+Blue) = 252+219+168=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 168 (66.02% from 255 or 26.29% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDBA8 is #032457. Grayscale: #DFDFDF. Windows color (decimal): -205912 or 11066364. OLE color: 11066364.
HSL color Cylindrical-coordinate representation of color #FCDBA8: hue angle of 36.43º 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 #FCDBA8 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 168 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.01 |
| HSL | 36.43º | 0.93% | 0.82% | - |
| HSV(B) | 36.43º | 0.33% | 0.99% | - |
| XYZ | 72.54 | 74.19 | 47.54 | - |
| YUV | 223.05 | 96.93 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 168 | 0 | 0.13 | 0.33 | 0.01 | 36.43 | 0.93 | 0.82 |
| Hex | FC | DB | A8 | 0 | D | 21 | 1 | 24 | 5D | 52 |
| Octal | 374 | 333 | 250 | 0 | 15 | 41 | 1 | 44 | 135 | 122 |
| Binary | 11111100 | 11011011 | 10101000 | 0 | 1101 | 100001 | 1 | 100100 | 1011101 | 1010010 |
Color Harmonies of #FCDBA8
Complementary color
Monochromatic Colors of #FCDBA8
Black with #FCDBA8
Text Example
Text Example
White with #FCDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBA8; }
p { color: rgb(252,219,168); }
H1.HeaderClassName
{
color: #FCDBA8;
}
.AnyTagClassName
{
color: #FCDBA8;
}
</style>
background-color css
<style>
a { background-color: #FCDBA8; }
a { background-color: rgb(252,219,168); }
div.DivClassName
{
background-color: #FCDBA8;
}
.BgClassName
{
background-color: #FCDBA8;
}
</style>
border-color css
<style>
span { border-color: #FCDBA8; }
span { border-color: rgb(252,219,168); }
td.TdClassName
{
border-color: #FCDBA8;
}
.TagClassName
{
border-color: #FCDBA8;
}
</style>