Shades of Navajo White #FDDEB3
Tints of Navajo White #FDDEB3
RGB
CMYK
RGB Variations
Color information
#FDDEB3 (or 0xFDDEB3) is known color: Navajo White. HEX triplet: FD, DE and B3. RGB value is (253,222,179). Sum of RGB (Red+Green+Blue) = 253+222+179=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 179 (70.31% from 255 or 27.37% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEB3 is #02214C. Grayscale: #E2E2E2. Windows color (decimal): -139597 or 11788029. OLE color: 11788029.
HSL color Cylindrical-coordinate representation of color #FDDEB3: hue angle of 34.86º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDDEB3 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 179 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.01 |
| HSL | 34.86º | 0.95% | 0.85% | - |
| HSV(B) | 34.86º | 0.29% | 0.99% | - |
| XYZ | 74.77 | 76.38 | 53.45 | - |
| YUV | 226.37 | 101.27 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 179 | 0 | 0.12 | 0.29 | 0.01 | 34.86 | 0.95 | 0.85 |
| Hex | FD | DE | B3 | 0 | C | 1D | 1 | 23 | 5F | 55 |
| Octal | 375 | 336 | 263 | 0 | 14 | 35 | 1 | 43 | 137 | 125 |
| Binary | 11111101 | 11011110 | 10110011 | 0 | 1100 | 11101 | 1 | 100011 | 1011111 | 1010101 |
Color Harmonies of #FDDEB3
Complementary color
Monochromatic Colors of #FDDEB3
Black with #FDDEB3
Text Example
Text Example
White with #FDDEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEB3; }
p { color: rgb(253,222,179); }
H1.HeaderClassName
{
color: #FDDEB3;
}
.AnyTagClassName
{
color: #FDDEB3;
}
</style>
background-color css
<style>
a { background-color: #FDDEB3; }
a { background-color: rgb(253,222,179); }
div.DivClassName
{
background-color: #FDDEB3;
}
.BgClassName
{
background-color: #FDDEB3;
}
</style>
border-color css
<style>
span { border-color: #FDDEB3; }
span { border-color: rgb(253,222,179); }
td.TdClassName
{
border-color: #FDDEB3;
}
.TagClassName
{
border-color: #FDDEB3;
}
</style>