Shades of Navajo White #FDDDB2
Tints of Navajo White #FDDDB2
RGB
CMYK
RGB Variations
Color information
#FDDDB2 (or 0xFDDDB2) is known color: Navajo White. HEX triplet: FD, DD and B2. RGB value is (253,221,178). Sum of RGB (Red+Green+Blue) = 253+221+178=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDDB2 is #02224D. Grayscale: #E1E1E1. Windows color (decimal): -139854 or 11722237. OLE color: 11722237.
HSL color Cylindrical-coordinate representation of color #FDDDB2: hue angle of 34.4º 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 #FDDDB2 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 178 | - |
CMYK | 0 | 0.13 | 0.30 | 0.01 |
HSL | 34.4º | 0.95% | 0.85% | - |
HSV(B) | 34.4º | 0.3% | 0.99% | - |
XYZ | 74.4 | 75.81 | 52.83 | - |
YUV | 225.67 | 101.1 | 147.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 178 | 0 | 0.13 | 0.30 | 0.01 | 34.4 | 0.95 | 0.85 |
Hex | FD | DD | B2 | 0 | D | 1E | 1 | 22 | 5F | 55 |
Octal | 375 | 335 | 262 | 0 | 15 | 36 | 1 | 42 | 137 | 125 |
Binary | 11111101 | 11011101 | 10110010 | 0 | 1101 | 11110 | 1 | 100010 | 1011111 | 1010101 |
Color Harmonies of #FDDDB2
Complementary color
Monochromatic Colors of #FDDDB2
Black with #FDDDB2
Text Example
Text Example
White with #FDDDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDB2; }
p { color: rgb(253,221,178); }
H1.HeaderClassName
{
color: #FDDDB2;
}
.AnyTagClassName
{
color: #FDDDB2;
}
</style>
background-color css
<style>
a { background-color: #FDDDB2; }
a { background-color: rgb(253,221,178); }
div.DivClassName
{
background-color: #FDDDB2;
}
.BgClassName
{
background-color: #FDDDB2;
}
</style>
border-color css
<style>
span { border-color: #FDDDB2; }
span { border-color: rgb(253,221,178); }
td.TdClassName
{
border-color: #FDDDB2;
}
.TagClassName
{
border-color: #FDDDB2;
}
</style>