Shades of Navajo White #FDDFB1
Tints of Navajo White #FDDFB1
RGB
CMYK
RGB Variations
Color information
#FDDFB1 (or 0xFDDFB1) is known color: Navajo White. HEX triplet: FD, DF and B1. RGB value is (253,223,177). Sum of RGB (Red+Green+Blue) = 253+223+177=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 177 (69.53% from 255 or 27.11% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDFB1 is #02204E. Grayscale: #E2E2E2. Windows color (decimal): -139343 or 11657213. OLE color: 11657213.
HSL color Cylindrical-coordinate representation of color #FDDFB1: hue angle of 36.32º 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 #FDDFB1 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 177 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.01 |
| HSL | 36.32º | 0.95% | 0.84% | - |
| HSV(B) | 36.32º | 0.3% | 0.99% | - |
| XYZ | 74.83 | 76.83 | 52.48 | - |
| YUV | 226.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 177 | 0 | 0.12 | 0.30 | 0.01 | 36.32 | 0.95 | 0.84 |
| Hex | FD | DF | B1 | 0 | C | 1E | 1 | 24 | 5F | 54 |
| Octal | 375 | 337 | 261 | 0 | 14 | 36 | 1 | 44 | 137 | 124 |
| Binary | 11111101 | 11011111 | 10110001 | 0 | 1100 | 11110 | 1 | 100100 | 1011111 | 1010100 |
Color Harmonies of #FDDFB1
Complementary color
Monochromatic Colors of #FDDFB1
Black with #FDDFB1
Text Example
Text Example
White with #FDDFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFB1; }
p { color: rgb(253,223,177); }
H1.HeaderClassName
{
color: #FDDFB1;
}
.AnyTagClassName
{
color: #FDDFB1;
}
</style>
background-color css
<style>
a { background-color: #FDDFB1; }
a { background-color: rgb(253,223,177); }
div.DivClassName
{
background-color: #FDDFB1;
}
.BgClassName
{
background-color: #FDDFB1;
}
</style>
border-color css
<style>
span { border-color: #FDDFB1; }
span { border-color: rgb(253,223,177); }
td.TdClassName
{
border-color: #FDDFB1;
}
.TagClassName
{
border-color: #FDDFB1;
}
</style>