Shades of Navajo White #FCDAAA
Tints of Navajo White #FCDAAA
RGB
CMYK
RGB Variations
Color information
#FCDAAA (or 0xFCDAAA) is known color: Navajo White. HEX triplet: FC, DA and AA. RGB value is (252,218,170). Sum of RGB (Red+Green+Blue) = 252+218+170=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDAAA is #032555. Grayscale: #DEDEDE. Windows color (decimal): -206166 or 11197180. OLE color: 11197180.
HSL color Cylindrical-coordinate representation of color #FCDAAA: hue angle of 35.12º 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 #FCDAAA is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 170 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.01 |
| HSL | 35.12º | 0.93% | 0.83% | - |
| HSV(B) | 35.12º | 0.33% | 0.99% | - |
| XYZ | 72.47 | 73.74 | 48.44 | - |
| YUV | 222.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 170 | 0 | 0.13 | 0.33 | 0.01 | 35.12 | 0.93 | 0.83 |
| Hex | FC | DA | AA | 0 | D | 21 | 1 | 23 | 5D | 53 |
| Octal | 374 | 332 | 252 | 0 | 15 | 41 | 1 | 43 | 135 | 123 |
| Binary | 11111100 | 11011010 | 10101010 | 0 | 1101 | 100001 | 1 | 100011 | 1011101 | 1010011 |
Color Harmonies of #FCDAAA
Complementary color
Monochromatic Colors of #FCDAAA
Black with #FCDAAA
Text Example
Text Example
White with #FCDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAAA; }
p { color: rgb(252,218,170); }
H1.HeaderClassName
{
color: #FCDAAA;
}
.AnyTagClassName
{
color: #FCDAAA;
}
</style>
background-color css
<style>
a { background-color: #FCDAAA; }
a { background-color: rgb(252,218,170); }
div.DivClassName
{
background-color: #FCDAAA;
}
.BgClassName
{
background-color: #FCDAAA;
}
</style>
border-color css
<style>
span { border-color: #FCDAAA; }
span { border-color: rgb(252,218,170); }
td.TdClassName
{
border-color: #FCDAAA;
}
.TagClassName
{
border-color: #FCDAAA;
}
</style>