Shades of Navajo White #FCDDAB
Tints of Navajo White #FCDDAB
RGB
CMYK
RGB Variations
Color information
#FCDDAB (or 0xFCDDAB) is known color: Navajo White. HEX triplet: FC, DD and AB. RGB value is (252,221,171). Sum of RGB (Red+Green+Blue) = 252+221+171=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDAB is #032254. Grayscale: #E0E0E0. Windows color (decimal): -205397 or 11263484. OLE color: 11263484.
HSL color Cylindrical-coordinate representation of color #FCDDAB: hue angle of 37.04º 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 #FCDDAB is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 171 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.01 |
| HSL | 37.04º | 0.93% | 0.83% | - |
| HSV(B) | 37.04º | 0.32% | 0.99% | - |
| XYZ | 73.35 | 75.35 | 49.21 | - |
| YUV | 224.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 171 | 0 | 0.12 | 0.32 | 0.01 | 37.04 | 0.93 | 0.83 |
| Hex | FC | DD | AB | 0 | C | 20 | 1 | 25 | 5D | 53 |
| Octal | 374 | 335 | 253 | 0 | 14 | 40 | 1 | 45 | 135 | 123 |
| Binary | 11111100 | 11011101 | 10101011 | 0 | 1100 | 100000 | 1 | 100101 | 1011101 | 1010011 |
Color Harmonies of #FCDDAB
Complementary color
Monochromatic Colors of #FCDDAB
Black with #FCDDAB
Text Example
Text Example
White with #FCDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDAB; }
p { color: rgb(252,221,171); }
H1.HeaderClassName
{
color: #FCDDAB;
}
.AnyTagClassName
{
color: #FCDDAB;
}
</style>
background-color css
<style>
a { background-color: #FCDDAB; }
a { background-color: rgb(252,221,171); }
div.DivClassName
{
background-color: #FCDDAB;
}
.BgClassName
{
background-color: #FCDDAB;
}
</style>
border-color css
<style>
span { border-color: #FCDDAB; }
span { border-color: rgb(252,221,171); }
td.TdClassName
{
border-color: #FCDDAB;
}
.TagClassName
{
border-color: #FCDDAB;
}
</style>