Shades of Navajo White #FCDCB2
Tints of Navajo White #FCDCB2
RGB
CMYK
RGB Variations
Color information
#FCDCB2 (or 0xFCDCB2) is known color: Navajo White. HEX triplet: FC, DC and B2. RGB value is (252,220,178). Sum of RGB (Red+Green+Blue) = 252+220+178=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 178 (69.92% from 255 or 27.38% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDCB2 is #03234D. Grayscale: #E0E0E0. Windows color (decimal): -205646 or 11721980. OLE color: 11721980.
HSL color Cylindrical-coordinate representation of color #FCDCB2: hue angle of 34.05º 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 #FCDCB2 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 178 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.01 |
| HSL | 34.05º | 0.93% | 0.84% | - |
| HSV(B) | 34.05º | 0.29% | 0.99% | - |
| XYZ | 73.77 | 75.1 | 52.73 | - |
| YUV | 224.78 | 101.6 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 178 | 0 | 0.13 | 0.29 | 0.01 | 34.05 | 0.93 | 0.84 |
| Hex | FC | DC | B2 | 0 | D | 1D | 1 | 22 | 5C | 54 |
| Octal | 374 | 334 | 262 | 0 | 15 | 35 | 1 | 42 | 134 | 124 |
| Binary | 11111100 | 11011100 | 10110010 | 0 | 1101 | 11101 | 1 | 100010 | 1011100 | 1010100 |
Color Harmonies of #FCDCB2
Complementary color
Monochromatic Colors of #FCDCB2
Black with #FCDCB2
Text Example
Text Example
White with #FCDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCB2; }
p { color: rgb(252,220,178); }
H1.HeaderClassName
{
color: #FCDCB2;
}
.AnyTagClassName
{
color: #FCDCB2;
}
</style>
background-color css
<style>
a { background-color: #FCDCB2; }
a { background-color: rgb(252,220,178); }
div.DivClassName
{
background-color: #FCDCB2;
}
.BgClassName
{
background-color: #FCDCB2;
}
</style>
border-color css
<style>
span { border-color: #FCDCB2; }
span { border-color: rgb(252,220,178); }
td.TdClassName
{
border-color: #FCDCB2;
}
.TagClassName
{
border-color: #FCDCB2;
}
</style>