Shades of Navajo White #FCDEB2
Tints of Navajo White #FCDEB2
RGB
CMYK
RGB Variations
Color information
#FCDEB2 (or 0xFCDEB2) is known color: Navajo White. HEX triplet: FC, DE and B2. RGB value is (252,222,178). Sum of RGB (Red+Green+Blue) = 252+222+178=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDEB2 is #03214D. Grayscale: #E2E2E2. Windows color (decimal): -205134 or 11722492. OLE color: 11722492.
HSL color Cylindrical-coordinate representation of color #FCDEB2: hue angle of 35.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCDEB2 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 178 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.01 |
| HSL | 35.68º | 0.93% | 0.84% | - |
| HSV(B) | 35.68º | 0.29% | 0.99% | - |
| XYZ | 74.3 | 76.15 | 52.9 | - |
| YUV | 225.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 178 | 0 | 0.12 | 0.29 | 0.01 | 35.68 | 0.93 | 0.84 |
| Hex | FC | DE | B2 | 0 | C | 1D | 1 | 24 | 5C | 54 |
| Octal | 374 | 336 | 262 | 0 | 14 | 35 | 1 | 44 | 134 | 124 |
| Binary | 11111100 | 11011110 | 10110010 | 0 | 1100 | 11101 | 1 | 100100 | 1011100 | 1010100 |
Color Harmonies of #FCDEB2
Complementary color
Monochromatic Colors of #FCDEB2
Black with #FCDEB2
Text Example
Text Example
White with #FCDEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEB2; }
p { color: rgb(252,222,178); }
H1.HeaderClassName
{
color: #FCDEB2;
}
.AnyTagClassName
{
color: #FCDEB2;
}
</style>
background-color css
<style>
a { background-color: #FCDEB2; }
a { background-color: rgb(252,222,178); }
div.DivClassName
{
background-color: #FCDEB2;
}
.BgClassName
{
background-color: #FCDEB2;
}
</style>
border-color css
<style>
span { border-color: #FCDEB2; }
span { border-color: rgb(252,222,178); }
td.TdClassName
{
border-color: #FCDEB2;
}
.TagClassName
{
border-color: #FCDEB2;
}
</style>