Shades of Navajo White #FCDCAA
Tints of Navajo White #FCDCAA
RGB
CMYK
RGB Variations
Color information
#FCDCAA (or 0xFCDCAA) is known color: Navajo White. HEX triplet: FC, DC and AA. RGB value is (252,220,170). Sum of RGB (Red+Green+Blue) = 252+220+170=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDCAA is #032355. Grayscale: #E0E0E0. Windows color (decimal): -205654 or 11197692. OLE color: 11197692.
HSL color Cylindrical-coordinate representation of color #FCDCAA: hue angle of 36.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCDCAA is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 170 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.01 |
| HSL | 36.59º | 0.93% | 0.83% | - |
| HSV(B) | 36.59º | 0.33% | 0.99% | - |
| XYZ | 72.99 | 74.78 | 48.62 | - |
| YUV | 223.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 170 | 0 | 0.13 | 0.33 | 0.01 | 36.59 | 0.93 | 0.83 |
| Hex | FC | DC | AA | 0 | D | 21 | 1 | 25 | 5D | 53 |
| Octal | 374 | 334 | 252 | 0 | 15 | 41 | 1 | 45 | 135 | 123 |
| Binary | 11111100 | 11011100 | 10101010 | 0 | 1101 | 100001 | 1 | 100101 | 1011101 | 1010011 |
Color Harmonies of #FCDCAA
Complementary color
Monochromatic Colors of #FCDCAA
Black with #FCDCAA
Text Example
Text Example
White with #FCDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCAA; }
p { color: rgb(252,220,170); }
H1.HeaderClassName
{
color: #FCDCAA;
}
.AnyTagClassName
{
color: #FCDCAA;
}
</style>
background-color css
<style>
a { background-color: #FCDCAA; }
a { background-color: rgb(252,220,170); }
div.DivClassName
{
background-color: #FCDCAA;
}
.BgClassName
{
background-color: #FCDCAA;
}
</style>
border-color css
<style>
span { border-color: #FCDCAA; }
span { border-color: rgb(252,220,170); }
td.TdClassName
{
border-color: #FCDCAA;
}
.TagClassName
{
border-color: #FCDCAA;
}
</style>