Shades of Navajo White #FDDCB1
Tints of Navajo White #FDDCB1
RGB
CMYK
RGB Variations
Color information
#FDDCB1 (or 0xFDDCB1) is known color: Navajo White. HEX triplet: FD, DC and B1. RGB value is (253,220,177). Sum of RGB (Red+Green+Blue) = 253+220+177=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 177 (69.53% from 255 or 27.23% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCB1 is #02234E. Grayscale: #E1E1E1. Windows color (decimal): -140111 or 11656445. OLE color: 11656445.
HSL color Cylindrical-coordinate representation of color #FDDCB1: hue angle of 33.95º 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 #FDDCB1 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 177 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.01 |
| HSL | 33.95º | 0.95% | 0.84% | - |
| HSV(B) | 33.95º | 0.3% | 0.99% | - |
| XYZ | 74.04 | 75.24 | 52.22 | - |
| YUV | 224.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 177 | 0 | 0.13 | 0.30 | 0.01 | 33.95 | 0.95 | 0.84 |
| Hex | FD | DC | B1 | 0 | D | 1E | 1 | 22 | 5F | 54 |
| Octal | 375 | 334 | 261 | 0 | 15 | 36 | 1 | 42 | 137 | 124 |
| Binary | 11111101 | 11011100 | 10110001 | 0 | 1101 | 11110 | 1 | 100010 | 1011111 | 1010100 |
Color Harmonies of #FDDCB1
Complementary color
Monochromatic Colors of #FDDCB1
Black with #FDDCB1
Text Example
Text Example
White with #FDDCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCB1; }
p { color: rgb(253,220,177); }
H1.HeaderClassName
{
color: #FDDCB1;
}
.AnyTagClassName
{
color: #FDDCB1;
}
</style>
background-color css
<style>
a { background-color: #FDDCB1; }
a { background-color: rgb(253,220,177); }
div.DivClassName
{
background-color: #FDDCB1;
}
.BgClassName
{
background-color: #FDDCB1;
}
</style>
border-color css
<style>
span { border-color: #FDDCB1; }
span { border-color: rgb(253,220,177); }
td.TdClassName
{
border-color: #FDDCB1;
}
.TagClassName
{
border-color: #FDDCB1;
}
</style>