Shades of Navajo White #FDDEB1
Tints of Navajo White #FDDEB1
RGB
CMYK
RGB Variations
Color information
#FDDEB1 (or 0xFDDEB1) is known color: Navajo White. HEX triplet: FD, DE and B1. RGB value is (253,222,177). Sum of RGB (Red+Green+Blue) = 253+222+177=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 177 (69.53% from 255 or 27.15% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDEB1 is #02214E. Grayscale: #E2E2E2. Windows color (decimal): -139599 or 11656957. OLE color: 11656957.
HSL color Cylindrical-coordinate representation of color #FDDEB1: hue angle of 35.53º 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 #FDDEB1 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 177 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.01 |
| HSL | 35.53º | 0.95% | 0.84% | - |
| HSV(B) | 35.53º | 0.3% | 0.99% | - |
| XYZ | 74.57 | 76.3 | 52.39 | - |
| YUV | 226.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 177 | 0 | 0.12 | 0.30 | 0.01 | 35.53 | 0.95 | 0.84 |
| Hex | FD | DE | B1 | 0 | C | 1E | 1 | 24 | 5F | 54 |
| Octal | 375 | 336 | 261 | 0 | 14 | 36 | 1 | 44 | 137 | 124 |
| Binary | 11111101 | 11011110 | 10110001 | 0 | 1100 | 11110 | 1 | 100100 | 1011111 | 1010100 |
Color Harmonies of #FDDEB1
Complementary color
Monochromatic Colors of #FDDEB1
Black with #FDDEB1
Text Example
Text Example
White with #FDDEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEB1; }
p { color: rgb(253,222,177); }
H1.HeaderClassName
{
color: #FDDEB1;
}
.AnyTagClassName
{
color: #FDDEB1;
}
</style>
background-color css
<style>
a { background-color: #FDDEB1; }
a { background-color: rgb(253,222,177); }
div.DivClassName
{
background-color: #FDDEB1;
}
.BgClassName
{
background-color: #FDDEB1;
}
</style>
border-color css
<style>
span { border-color: #FDDEB1; }
span { border-color: rgb(253,222,177); }
td.TdClassName
{
border-color: #FDDEB1;
}
.TagClassName
{
border-color: #FDDEB1;
}
</style>