Shades of Navajo White #FCDBAB
Tints of Navajo White #FCDBAB
RGB
CMYK
RGB Variations
Color information
#FCDBAB (or 0xFCDBAB) is known color: Navajo White. HEX triplet: FC, DB and AB. RGB value is (252,219,171). Sum of RGB (Red+Green+Blue) = 252+219+171=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDBAB is #032454. Grayscale: #DFDFDF. Windows color (decimal): -205909 or 11262972. OLE color: 11262972.
HSL color Cylindrical-coordinate representation of color #FCDBAB: hue angle of 35.56º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCDBAB is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 171 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.01 |
| HSL | 35.56º | 0.93% | 0.83% | - |
| HSV(B) | 35.56º | 0.32% | 0.99% | - |
| XYZ | 72.83 | 74.3 | 49.03 | - |
| YUV | 223.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 171 | 0 | 0.13 | 0.32 | 0.01 | 35.56 | 0.93 | 0.83 |
| Hex | FC | DB | AB | 0 | D | 20 | 1 | 24 | 5D | 53 |
| Octal | 374 | 333 | 253 | 0 | 15 | 40 | 1 | 44 | 135 | 123 |
| Binary | 11111100 | 11011011 | 10101011 | 0 | 1101 | 100000 | 1 | 100100 | 1011101 | 1010011 |
Color Harmonies of #FCDBAB
Complementary color
Monochromatic Colors of #FCDBAB
Black with #FCDBAB
Text Example
Text Example
White with #FCDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBAB; }
p { color: rgb(252,219,171); }
H1.HeaderClassName
{
color: #FCDBAB;
}
.AnyTagClassName
{
color: #FCDBAB;
}
</style>
background-color css
<style>
a { background-color: #FCDBAB; }
a { background-color: rgb(252,219,171); }
div.DivClassName
{
background-color: #FCDBAB;
}
.BgClassName
{
background-color: #FCDBAB;
}
</style>
border-color css
<style>
span { border-color: #FCDBAB; }
span { border-color: rgb(252,219,171); }
td.TdClassName
{
border-color: #FCDBAB;
}
.TagClassName
{
border-color: #FCDBAB;
}
</style>