Shades of Navajo White #FDDCAF
Tints of Navajo White #FDDCAF
RGB
CMYK
RGB Variations
Color information
#FDDCAF (or 0xFDDCAF) is known color: Navajo White. HEX triplet: FD, DC and AF. RGB value is (253,220,175). Sum of RGB (Red+Green+Blue) = 253+220+175=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCAF is #022350. Grayscale: #E0E0E0. Windows color (decimal): -140113 or 11525373. OLE color: 11525373.
HSL color Cylindrical-coordinate representation of color #FDDCAF: hue angle of 34.62º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDDCAF is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 175 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.01 |
| HSL | 34.62º | 0.95% | 0.84% | - |
| HSV(B) | 34.62º | 0.31% | 0.99% | - |
| XYZ | 73.84 | 75.16 | 51.17 | - |
| YUV | 224.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 175 | 0 | 0.13 | 0.31 | 0.01 | 34.62 | 0.95 | 0.84 |
| Hex | FD | DC | AF | 0 | D | 1F | 1 | 23 | 5F | 54 |
| Octal | 375 | 334 | 257 | 0 | 15 | 37 | 1 | 43 | 137 | 124 |
| Binary | 11111101 | 11011100 | 10101111 | 0 | 1101 | 11111 | 1 | 100011 | 1011111 | 1010100 |
Color Harmonies of #FDDCAF
Complementary color
Monochromatic Colors of #FDDCAF
Black with #FDDCAF
Text Example
Text Example
White with #FDDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCAF; }
p { color: rgb(253,220,175); }
H1.HeaderClassName
{
color: #FDDCAF;
}
.AnyTagClassName
{
color: #FDDCAF;
}
</style>
background-color css
<style>
a { background-color: #FDDCAF; }
a { background-color: rgb(253,220,175); }
div.DivClassName
{
background-color: #FDDCAF;
}
.BgClassName
{
background-color: #FDDCAF;
}
</style>
border-color css
<style>
span { border-color: #FDDCAF; }
span { border-color: rgb(253,220,175); }
td.TdClassName
{
border-color: #FDDCAF;
}
.TagClassName
{
border-color: #FDDCAF;
}
</style>