Shades of Navajo White #FCDDAF
Tints of Navajo White #FCDDAF
RGB
CMYK
RGB Variations
Color information
#FCDDAF (or 0xFCDDAF) is known color: Navajo White. HEX triplet: FC, DD and AF. RGB value is (252,221,175). Sum of RGB (Red+Green+Blue) = 252+221+175=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDAF is #032250. Grayscale: #E1E1E1. Windows color (decimal): -205393 or 11525628. OLE color: 11525628.
HSL color Cylindrical-coordinate representation of color #FCDDAF: hue angle of 35.84º 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 #FCDDAF is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 175 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.01 |
| HSL | 35.84º | 0.93% | 0.84% | - |
| HSV(B) | 35.84º | 0.31% | 0.99% | - |
| XYZ | 73.74 | 75.5 | 51.24 | - |
| YUV | 225.03 | 99.77 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 175 | 0 | 0.12 | 0.31 | 0.01 | 35.84 | 0.93 | 0.84 |
| Hex | FC | DD | AF | 0 | C | 1F | 1 | 24 | 5D | 54 |
| Octal | 374 | 335 | 257 | 0 | 14 | 37 | 1 | 44 | 135 | 124 |
| Binary | 11111100 | 11011101 | 10101111 | 0 | 1100 | 11111 | 1 | 100100 | 1011101 | 1010100 |
Color Harmonies of #FCDDAF
Complementary color
Monochromatic Colors of #FCDDAF
Black with #FCDDAF
Text Example
Text Example
White with #FCDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDAF; }
p { color: rgb(252,221,175); }
H1.HeaderClassName
{
color: #FCDDAF;
}
.AnyTagClassName
{
color: #FCDDAF;
}
</style>
background-color css
<style>
a { background-color: #FCDDAF; }
a { background-color: rgb(252,221,175); }
div.DivClassName
{
background-color: #FCDDAF;
}
.BgClassName
{
background-color: #FCDDAF;
}
</style>
border-color css
<style>
span { border-color: #FCDDAF; }
span { border-color: rgb(252,221,175); }
td.TdClassName
{
border-color: #FCDDAF;
}
.TagClassName
{
border-color: #FCDDAF;
}
</style>