Shades of Navajo White #FDDAB0
Tints of Navajo White #FDDAB0
RGB
CMYK
RGB Variations
Color information
#FDDAB0 (or 0xFDDAB0) is known color: Navajo White. HEX triplet: FD, DA and B0. RGB value is (253,218,176). Sum of RGB (Red+Green+Blue) = 253+218+176=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDAB0 is #02254F. Grayscale: #DFDFDF. Windows color (decimal): -140624 or 11590397. OLE color: 11590397.
HSL color Cylindrical-coordinate representation of color #FDDAB0: hue angle of 32.73º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDDAB0 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 176 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.01 |
| HSL | 32.73º | 0.95% | 0.84% | - |
| HSV(B) | 32.73º | 0.3% | 0.99% | - |
| XYZ | 73.42 | 74.16 | 51.52 | - |
| YUV | 223.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 176 | 0 | 0.14 | 0.30 | 0.01 | 32.73 | 0.95 | 0.84 |
| Hex | FD | DA | B0 | 0 | E | 1E | 1 | 21 | 5F | 54 |
| Octal | 375 | 332 | 260 | 0 | 16 | 36 | 1 | 41 | 137 | 124 |
| Binary | 11111101 | 11011010 | 10110000 | 0 | 1110 | 11110 | 1 | 100001 | 1011111 | 1010100 |
Color Harmonies of #FDDAB0
Complementary color
Monochromatic Colors of #FDDAB0
Black with #FDDAB0
Text Example
Text Example
White with #FDDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAB0; }
p { color: rgb(253,218,176); }
H1.HeaderClassName
{
color: #FDDAB0;
}
.AnyTagClassName
{
color: #FDDAB0;
}
</style>
background-color css
<style>
a { background-color: #FDDAB0; }
a { background-color: rgb(253,218,176); }
div.DivClassName
{
background-color: #FDDAB0;
}
.BgClassName
{
background-color: #FDDAB0;
}
</style>
border-color css
<style>
span { border-color: #FDDAB0; }
span { border-color: rgb(253,218,176); }
td.TdClassName
{
border-color: #FDDAB0;
}
.TagClassName
{
border-color: #FDDAB0;
}
</style>