Shades of Navajo White #FCDEB0
Tints of Navajo White #FCDEB0
RGB
CMYK
RGB Variations
Color information
#FCDEB0 (or 0xFCDEB0) is known color: Navajo White. HEX triplet: FC, DE and B0. RGB value is (252,222,176). Sum of RGB (Red+Green+Blue) = 252+222+176=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDEB0 is #03214F. Grayscale: #E1E1E1. Windows color (decimal): -205136 or 11591420. OLE color: 11591420.
HSL color Cylindrical-coordinate representation of color #FCDEB0: hue angle of 36.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCDEB0 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 176 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.01 |
| HSL | 36.32º | 0.93% | 0.84% | - |
| HSV(B) | 36.32º | 0.3% | 0.99% | - |
| XYZ | 74.1 | 76.07 | 51.85 | - |
| YUV | 225.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 176 | 0 | 0.12 | 0.30 | 0.01 | 36.32 | 0.93 | 0.84 |
| Hex | FC | DE | B0 | 0 | C | 1E | 1 | 24 | 5D | 54 |
| Octal | 374 | 336 | 260 | 0 | 14 | 36 | 1 | 44 | 135 | 124 |
| Binary | 11111100 | 11011110 | 10110000 | 0 | 1100 | 11110 | 1 | 100100 | 1011101 | 1010100 |
Color Harmonies of #FCDEB0
Complementary color
Monochromatic Colors of #FCDEB0
Black with #FCDEB0
Text Example
Text Example
White with #FCDEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEB0; }
p { color: rgb(252,222,176); }
H1.HeaderClassName
{
color: #FCDEB0;
}
.AnyTagClassName
{
color: #FCDEB0;
}
</style>
background-color css
<style>
a { background-color: #FCDEB0; }
a { background-color: rgb(252,222,176); }
div.DivClassName
{
background-color: #FCDEB0;
}
.BgClassName
{
background-color: #FCDEB0;
}
</style>
border-color css
<style>
span { border-color: #FCDEB0; }
span { border-color: rgb(252,222,176); }
td.TdClassName
{
border-color: #FCDEB0;
}
.TagClassName
{
border-color: #FCDEB0;
}
</style>