Shades of Navajo White #FDDDB1
Tints of Navajo White #FDDDB1
RGB
CMYK
RGB Variations
Color information
#FDDDB1 (or 0xFDDDB1) is known color: Navajo White. HEX triplet: FD, DD and B1. RGB value is (253,221,177). Sum of RGB (Red+Green+Blue) = 253+221+177=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 177 (69.53% from 255 or 27.19% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDDB1 is #02224E. Grayscale: #E1E1E1. Windows color (decimal): -139855 or 11656701. OLE color: 11656701.
HSL color Cylindrical-coordinate representation of color #FDDDB1: hue angle of 34.74º 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 #FDDDB1 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 177 | - |
CMYK | 0 | 0.13 | 0.30 | 0.01 |
HSL | 34.74º | 0.95% | 0.84% | - |
HSV(B) | 34.74º | 0.3% | 0.99% | - |
XYZ | 74.3 | 75.77 | 52.3 | - |
YUV | 225.55 | 100.6 | 147.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 177 | 0 | 0.13 | 0.30 | 0.01 | 34.74 | 0.95 | 0.84 |
Hex | FD | DD | B1 | 0 | D | 1E | 1 | 23 | 5F | 54 |
Octal | 375 | 335 | 261 | 0 | 15 | 36 | 1 | 43 | 137 | 124 |
Binary | 11111101 | 11011101 | 10110001 | 0 | 1101 | 11110 | 1 | 100011 | 1011111 | 1010100 |
Color Harmonies of #FDDDB1
Complementary color
Monochromatic Colors of #FDDDB1
Black with #FDDDB1
Text Example
Text Example
White with #FDDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDB1; }
p { color: rgb(253,221,177); }
H1.HeaderClassName
{
color: #FDDDB1;
}
.AnyTagClassName
{
color: #FDDDB1;
}
</style>
background-color css
<style>
a { background-color: #FDDDB1; }
a { background-color: rgb(253,221,177); }
div.DivClassName
{
background-color: #FDDDB1;
}
.BgClassName
{
background-color: #FDDDB1;
}
</style>
border-color css
<style>
span { border-color: #FDDDB1; }
span { border-color: rgb(253,221,177); }
td.TdClassName
{
border-color: #FDDDB1;
}
.TagClassName
{
border-color: #FDDDB1;
}
</style>