Shades of Navajo White #FCDBB1
Tints of Navajo White #FCDBB1
RGB
CMYK
RGB Variations
Color information
#FCDBB1 (or 0xFCDBB1) is known color: Navajo White. HEX triplet: FC, DB and B1. RGB value is (252,219,177). Sum of RGB (Red+Green+Blue) = 252+219+177=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDBB1 is #03244E. Grayscale: #E0E0E0. Windows color (decimal): -205903 or 11656188. OLE color: 11656188.
HSL color Cylindrical-coordinate representation of color #FCDBB1: hue angle of 33.6º 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 #FCDBB1 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 177 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.01 |
| HSL | 33.6º | 0.93% | 0.84% | - |
| HSV(B) | 33.6º | 0.3% | 0.99% | - |
| XYZ | 73.41 | 74.53 | 52.11 | - |
| YUV | 224.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 177 | 0 | 0.13 | 0.30 | 0.01 | 33.6 | 0.93 | 0.84 |
| Hex | FC | DB | B1 | 0 | D | 1E | 1 | 22 | 5D | 54 |
| Octal | 374 | 333 | 261 | 0 | 15 | 36 | 1 | 42 | 135 | 124 |
| Binary | 11111100 | 11011011 | 10110001 | 0 | 1101 | 11110 | 1 | 100010 | 1011101 | 1010100 |
Color Harmonies of #FCDBB1
Complementary color
Monochromatic Colors of #FCDBB1
Black with #FCDBB1
Text Example
Text Example
White with #FCDBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBB1; }
p { color: rgb(252,219,177); }
H1.HeaderClassName
{
color: #FCDBB1;
}
.AnyTagClassName
{
color: #FCDBB1;
}
</style>
background-color css
<style>
a { background-color: #FCDBB1; }
a { background-color: rgb(252,219,177); }
div.DivClassName
{
background-color: #FCDBB1;
}
.BgClassName
{
background-color: #FCDBB1;
}
</style>
border-color css
<style>
span { border-color: #FCDBB1; }
span { border-color: rgb(252,219,177); }
td.TdClassName
{
border-color: #FCDBB1;
}
.TagClassName
{
border-color: #FCDBB1;
}
</style>