Shades of Navajo White #FCDAAC
Tints of Navajo White #FCDAAC
RGB
CMYK
RGB Variations
Color information
#FCDAAC (or 0xFCDAAC) is known color: Navajo White. HEX triplet: FC, DA and AC. RGB value is (252,218,172). Sum of RGB (Red+Green+Blue) = 252+218+172=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDAAC is #032553. Grayscale: #DFDFDF. Windows color (decimal): -206164 or 11328252. OLE color: 11328252.
HSL color Cylindrical-coordinate representation of color #FCDAAC: hue angle of 34.5º 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 #FCDAAC is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 218 | 172 | - |
CMYK | 0 | 0.13 | 0.32 | 0.01 |
HSL | 34.5º | 0.93% | 0.83% | - |
HSV(B) | 34.5º | 0.32% | 0.99% | - |
XYZ | 72.66 | 73.82 | 49.45 | - |
YUV | 222.92 | 99.26 | 148.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 218 | 172 | 0 | 0.13 | 0.32 | 0.01 | 34.5 | 0.93 | 0.83 |
Hex | FC | DA | AC | 0 | D | 20 | 1 | 22 | 5D | 53 |
Octal | 374 | 332 | 254 | 0 | 15 | 40 | 1 | 42 | 135 | 123 |
Binary | 11111100 | 11011010 | 10101100 | 0 | 1101 | 100000 | 1 | 100010 | 1011101 | 1010011 |
Color Harmonies of #FCDAAC
Complementary color
Monochromatic Colors of #FCDAAC
Black with #FCDAAC
Text Example
Text Example
White with #FCDAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAAC; }
p { color: rgb(252,218,172); }
H1.HeaderClassName
{
color: #FCDAAC;
}
.AnyTagClassName
{
color: #FCDAAC;
}
</style>
background-color css
<style>
a { background-color: #FCDAAC; }
a { background-color: rgb(252,218,172); }
div.DivClassName
{
background-color: #FCDAAC;
}
.BgClassName
{
background-color: #FCDAAC;
}
</style>
border-color css
<style>
span { border-color: #FCDAAC; }
span { border-color: rgb(252,218,172); }
td.TdClassName
{
border-color: #FCDAAC;
}
.TagClassName
{
border-color: #FCDAAC;
}
</style>