Shades of Navajo White #FDDBAC
Tints of Navajo White #FDDBAC
RGB
CMYK
RGB Variations
Color information
#FDDBAC (or 0xFDDBAC) is known color: Navajo White. HEX triplet: FD, DB and AC. RGB value is (253,219,172). Sum of RGB (Red+Green+Blue) = 253+219+172=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBAC is #022453. Grayscale: #E0E0E0. Windows color (decimal): -140372 or 11328509. OLE color: 11328509.
HSL color Cylindrical-coordinate representation of color #FDDBAC: hue angle of 34.81º degrees, saturation: 0.95, 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 #FDDBAC is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 172 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.01 |
| HSL | 34.81º | 0.95% | 0.83% | - |
| HSV(B) | 34.81º | 0.32% | 0.99% | - |
| XYZ | 73.29 | 74.52 | 49.55 | - |
| YUV | 223.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 172 | 0 | 0.13 | 0.32 | 0.01 | 34.81 | 0.95 | 0.83 |
| Hex | FD | DB | AC | 0 | D | 20 | 1 | 23 | 5F | 53 |
| Octal | 375 | 333 | 254 | 0 | 15 | 40 | 1 | 43 | 137 | 123 |
| Binary | 11111101 | 11011011 | 10101100 | 0 | 1101 | 100000 | 1 | 100011 | 1011111 | 1010011 |
Color Harmonies of #FDDBAC
Complementary color
Monochromatic Colors of #FDDBAC
Black with #FDDBAC
Text Example
Text Example
White with #FDDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBAC; }
p { color: rgb(253,219,172); }
H1.HeaderClassName
{
color: #FDDBAC;
}
.AnyTagClassName
{
color: #FDDBAC;
}
</style>
background-color css
<style>
a { background-color: #FDDBAC; }
a { background-color: rgb(253,219,172); }
div.DivClassName
{
background-color: #FDDBAC;
}
.BgClassName
{
background-color: #FDDBAC;
}
</style>
border-color css
<style>
span { border-color: #FDDBAC; }
span { border-color: rgb(253,219,172); }
td.TdClassName
{
border-color: #FDDBAC;
}
.TagClassName
{
border-color: #FDDBAC;
}
</style>