Shades of Navajo White #FCDBB0
Tints of Navajo White #FCDBB0
RGB
CMYK
RGB Variations
Color information
#FCDBB0 (or 0xFCDBB0) is known color: Navajo White. HEX triplet: FC, DB and B0. RGB value is (252,219,176). Sum of RGB (Red+Green+Blue) = 252+219+176=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDBB0 is #03244F. Grayscale: #E0E0E0. Windows color (decimal): -205904 or 11590652. OLE color: 11590652.
HSL color Cylindrical-coordinate representation of color #FCDBB0: hue angle of 33.95º 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 #FCDBB0 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 176 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.01 |
| HSL | 33.95º | 0.93% | 0.84% | - |
| HSV(B) | 33.95º | 0.3% | 0.99% | - |
| XYZ | 73.31 | 74.49 | 51.59 | - |
| YUV | 223.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 176 | 0 | 0.13 | 0.30 | 0.01 | 33.95 | 0.93 | 0.84 |
| Hex | FC | DB | B0 | 0 | D | 1E | 1 | 22 | 5D | 54 |
| Octal | 374 | 333 | 260 | 0 | 15 | 36 | 1 | 42 | 135 | 124 |
| Binary | 11111100 | 11011011 | 10110000 | 0 | 1101 | 11110 | 1 | 100010 | 1011101 | 1010100 |
Color Harmonies of #FCDBB0
Complementary color
Monochromatic Colors of #FCDBB0
Black with #FCDBB0
Text Example
Text Example
White with #FCDBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBB0; }
p { color: rgb(252,219,176); }
H1.HeaderClassName
{
color: #FCDBB0;
}
.AnyTagClassName
{
color: #FCDBB0;
}
</style>
background-color css
<style>
a { background-color: #FCDBB0; }
a { background-color: rgb(252,219,176); }
div.DivClassName
{
background-color: #FCDBB0;
}
.BgClassName
{
background-color: #FCDBB0;
}
</style>
border-color css
<style>
span { border-color: #FCDBB0; }
span { border-color: rgb(252,219,176); }
td.TdClassName
{
border-color: #FCDBB0;
}
.TagClassName
{
border-color: #FCDBB0;
}
</style>