Shades of Navajo White #FCDAAB
Tints of Navajo White #FCDAAB
RGB
CMYK
RGB Variations
Color information
#FCDAAB (or 0xFCDAAB) is known color: Navajo White. HEX triplet: FC, DA and AB. RGB value is (252,218,171). Sum of RGB (Red+Green+Blue) = 252+218+171=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDAAB is #032554. Grayscale: #DFDFDF. Windows color (decimal): -206165 or 11262716. OLE color: 11262716.
HSL color Cylindrical-coordinate representation of color #FCDAAB: hue angle of 34.81º 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 #FCDAAB is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 171 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.01 |
| HSL | 34.81º | 0.93% | 0.83% | - |
| HSV(B) | 34.81º | 0.32% | 0.99% | - |
| XYZ | 72.57 | 73.78 | 48.94 | - |
| YUV | 222.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 171 | 0 | 0.13 | 0.32 | 0.01 | 34.81 | 0.93 | 0.83 |
| Hex | FC | DA | AB | 0 | D | 20 | 1 | 23 | 5D | 53 |
| Octal | 374 | 332 | 253 | 0 | 15 | 40 | 1 | 43 | 135 | 123 |
| Binary | 11111100 | 11011010 | 10101011 | 0 | 1101 | 100000 | 1 | 100011 | 1011101 | 1010011 |
Color Harmonies of #FCDAAB
Complementary color
Monochromatic Colors of #FCDAAB
Black with #FCDAAB
Text Example
Text Example
White with #FCDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAAB; }
p { color: rgb(252,218,171); }
H1.HeaderClassName
{
color: #FCDAAB;
}
.AnyTagClassName
{
color: #FCDAAB;
}
</style>
background-color css
<style>
a { background-color: #FCDAAB; }
a { background-color: rgb(252,218,171); }
div.DivClassName
{
background-color: #FCDAAB;
}
.BgClassName
{
background-color: #FCDAAB;
}
</style>
border-color css
<style>
span { border-color: #FCDAAB; }
span { border-color: rgb(252,218,171); }
td.TdClassName
{
border-color: #FCDAAB;
}
.TagClassName
{
border-color: #FCDAAB;
}
</style>