Shades of Navajo White #FCD5AC
Tints of Navajo White #FCD5AC
RGB
CMYK
RGB Variations
Color information
#FCD5AC (or 0xFCD5AC) is known color: Navajo White. HEX triplet: FC, D5 and AC. RGB value is (252,213,172). Sum of RGB (Red+Green+Blue) = 252+213+172=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD5AC is #032A53. Grayscale: #DCDCDC. Windows color (decimal): -207444 or 11326972. OLE color: 11326972.
HSL color Cylindrical-coordinate representation of color #FCD5AC: hue angle of 30.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 #FCD5AC is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 172 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.01 |
| HSL | 30.75º | 0.93% | 0.83% | - |
| HSV(B) | 30.75º | 0.32% | 0.99% | - |
| XYZ | 71.39 | 71.26 | 49.02 | - |
| YUV | 219.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 172 | 0 | 0.15 | 0.32 | 0.01 | 30.75 | 0.93 | 0.83 |
| Hex | FC | D5 | AC | 0 | F | 20 | 1 | 1F | 5D | 53 |
| Octal | 374 | 325 | 254 | 0 | 17 | 40 | 1 | 37 | 135 | 123 |
| Binary | 11111100 | 11010101 | 10101100 | 0 | 1111 | 100000 | 1 | 11111 | 1011101 | 1010011 |
Color Harmonies of #FCD5AC
Complementary color
Monochromatic Colors of #FCD5AC
Black with #FCD5AC
Text Example
Text Example
White with #FCD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5AC; }
p { color: rgb(252,213,172); }
H1.HeaderClassName
{
color: #FCD5AC;
}
.AnyTagClassName
{
color: #FCD5AC;
}
</style>
background-color css
<style>
a { background-color: #FCD5AC; }
a { background-color: rgb(252,213,172); }
div.DivClassName
{
background-color: #FCD5AC;
}
.BgClassName
{
background-color: #FCD5AC;
}
</style>
border-color css
<style>
span { border-color: #FCD5AC; }
span { border-color: rgb(252,213,172); }
td.TdClassName
{
border-color: #FCD5AC;
}
.TagClassName
{
border-color: #FCD5AC;
}
</style>