Shades of Navajo White #FCDBAF
Tints of Navajo White #FCDBAF
RGB
CMYK
RGB Variations
Color information
#FCDBAF (or 0xFCDBAF) is known color: Navajo White. HEX triplet: FC, DB and AF. RGB value is (252,219,175). Sum of RGB (Red+Green+Blue) = 252+219+175=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDBAF is #032450. Grayscale: #E0E0E0. Windows color (decimal): -205905 or 11525116. OLE color: 11525116.
HSL color Cylindrical-coordinate representation of color #FCDBAF: hue angle of 34.29º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCDBAF is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 175 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.01 |
| HSL | 34.29º | 0.93% | 0.84% | - |
| HSV(B) | 34.29º | 0.31% | 0.99% | - |
| XYZ | 73.21 | 74.45 | 51.07 | - |
| YUV | 223.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 175 | 0 | 0.13 | 0.31 | 0.01 | 34.29 | 0.93 | 0.84 |
| Hex | FC | DB | AF | 0 | D | 1F | 1 | 22 | 5D | 54 |
| Octal | 374 | 333 | 257 | 0 | 15 | 37 | 1 | 42 | 135 | 124 |
| Binary | 11111100 | 11011011 | 10101111 | 0 | 1101 | 11111 | 1 | 100010 | 1011101 | 1010100 |
Color Harmonies of #FCDBAF
Complementary color
Monochromatic Colors of #FCDBAF
Black with #FCDBAF
Text Example
Text Example
White with #FCDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBAF; }
p { color: rgb(252,219,175); }
H1.HeaderClassName
{
color: #FCDBAF;
}
.AnyTagClassName
{
color: #FCDBAF;
}
</style>
background-color css
<style>
a { background-color: #FCDBAF; }
a { background-color: rgb(252,219,175); }
div.DivClassName
{
background-color: #FCDBAF;
}
.BgClassName
{
background-color: #FCDBAF;
}
</style>
border-color css
<style>
span { border-color: #FCDBAF; }
span { border-color: rgb(252,219,175); }
td.TdClassName
{
border-color: #FCDBAF;
}
.TagClassName
{
border-color: #FCDBAF;
}
</style>