Shades of Navajo White #FCDDAC
Tints of Navajo White #FCDDAC
RGB
CMYK
RGB Variations
Color information
#FCDDAC (or 0xFCDDAC) is known color: Navajo White. HEX triplet: FC, DD and AC. RGB value is (252,221,172). Sum of RGB (Red+Green+Blue) = 252+221+172=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDAC is #032253. Grayscale: #E0E0E0. Windows color (decimal): -205396 or 11329020. OLE color: 11329020.
HSL color Cylindrical-coordinate representation of color #FCDDAC: hue angle of 36.75º 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 #FCDDAC is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 172 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.01 |
| HSL | 36.75º | 0.93% | 0.83% | - |
| HSV(B) | 36.75º | 0.32% | 0.99% | - |
| XYZ | 73.45 | 75.39 | 49.71 | - |
| YUV | 224.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 172 | 0 | 0.12 | 0.32 | 0.01 | 36.75 | 0.93 | 0.83 |
| Hex | FC | DD | AC | 0 | C | 20 | 1 | 25 | 5D | 53 |
| Octal | 374 | 335 | 254 | 0 | 14 | 40 | 1 | 45 | 135 | 123 |
| Binary | 11111100 | 11011101 | 10101100 | 0 | 1100 | 100000 | 1 | 100101 | 1011101 | 1010011 |
Color Harmonies of #FCDDAC
Complementary color
Monochromatic Colors of #FCDDAC
Black with #FCDDAC
Text Example
Text Example
White with #FCDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDAC; }
p { color: rgb(252,221,172); }
H1.HeaderClassName
{
color: #FCDDAC;
}
.AnyTagClassName
{
color: #FCDDAC;
}
</style>
background-color css
<style>
a { background-color: #FCDDAC; }
a { background-color: rgb(252,221,172); }
div.DivClassName
{
background-color: #FCDDAC;
}
.BgClassName
{
background-color: #FCDDAC;
}
</style>
border-color css
<style>
span { border-color: #FCDDAC; }
span { border-color: rgb(252,221,172); }
td.TdClassName
{
border-color: #FCDDAC;
}
.TagClassName
{
border-color: #FCDDAC;
}
</style>