Shades of Navajo White #FDDEB2
Tints of Navajo White #FDDEB2
RGB
CMYK
RGB Variations
Color information
#FDDEB2 (or 0xFDDEB2) is known color: Navajo White. HEX triplet: FD, DE and B2. RGB value is (253,222,178). Sum of RGB (Red+Green+Blue) = 253+222+178=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDEB2 is #02214D. Grayscale: #E2E2E2. Windows color (decimal): -139598 or 11722493. OLE color: 11722493.
HSL color Cylindrical-coordinate representation of color #FDDEB2: hue angle of 35.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDDEB2 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 178 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.01 |
| HSL | 35.2º | 0.95% | 0.85% | - |
| HSV(B) | 35.2º | 0.3% | 0.99% | - |
| XYZ | 74.67 | 76.34 | 52.92 | - |
| YUV | 226.25 | 100.77 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 178 | 0 | 0.12 | 0.30 | 0.01 | 35.2 | 0.95 | 0.85 |
| Hex | FD | DE | B2 | 0 | C | 1E | 1 | 23 | 5F | 55 |
| Octal | 375 | 336 | 262 | 0 | 14 | 36 | 1 | 43 | 137 | 125 |
| Binary | 11111101 | 11011110 | 10110010 | 0 | 1100 | 11110 | 1 | 100011 | 1011111 | 1010101 |
Color Harmonies of #FDDEB2
Complementary color
Monochromatic Colors of #FDDEB2
Black with #FDDEB2
Text Example
Text Example
White with #FDDEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEB2; }
p { color: rgb(253,222,178); }
H1.HeaderClassName
{
color: #FDDEB2;
}
.AnyTagClassName
{
color: #FDDEB2;
}
</style>
background-color css
<style>
a { background-color: #FDDEB2; }
a { background-color: rgb(253,222,178); }
div.DivClassName
{
background-color: #FDDEB2;
}
.BgClassName
{
background-color: #FDDEB2;
}
</style>
border-color css
<style>
span { border-color: #FDDEB2; }
span { border-color: rgb(253,222,178); }
td.TdClassName
{
border-color: #FDDEB2;
}
.TagClassName
{
border-color: #FDDEB2;
}
</style>