Shades of Navajo White #FDD9AF
Tints of Navajo White #FDD9AF
RGB
CMYK
RGB Variations
Color information
#FDD9AF (or 0xFDD9AF) is known color: Navajo White. HEX triplet: FD, D9 and AF. RGB value is (253,217,175). Sum of RGB (Red+Green+Blue) = 253+217+175=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD9AF is #022650. Grayscale: #DFDFDF. Windows color (decimal): -140881 or 11524605. OLE color: 11524605.
HSL color Cylindrical-coordinate representation of color #FDD9AF: hue angle of 32.31º 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 #FDD9AF is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 175 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.01 |
| HSL | 32.31º | 0.95% | 0.84% | - |
| HSV(B) | 32.31º | 0.31% | 0.99% | - |
| XYZ | 73.06 | 73.6 | 50.91 | - |
| YUV | 222.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 175 | 0 | 0.14 | 0.31 | 0.01 | 32.31 | 0.95 | 0.84 |
| Hex | FD | D9 | AF | 0 | E | 1F | 1 | 20 | 5F | 54 |
| Octal | 375 | 331 | 257 | 0 | 16 | 37 | 1 | 40 | 137 | 124 |
| Binary | 11111101 | 11011001 | 10101111 | 0 | 1110 | 11111 | 1 | 100000 | 1011111 | 1010100 |
Color Harmonies of #FDD9AF
Complementary color
Monochromatic Colors of #FDD9AF
Black with #FDD9AF
Text Example
Text Example
White with #FDD9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9AF; }
p { color: rgb(253,217,175); }
H1.HeaderClassName
{
color: #FDD9AF;
}
.AnyTagClassName
{
color: #FDD9AF;
}
</style>
background-color css
<style>
a { background-color: #FDD9AF; }
a { background-color: rgb(253,217,175); }
div.DivClassName
{
background-color: #FDD9AF;
}
.BgClassName
{
background-color: #FDD9AF;
}
</style>
border-color css
<style>
span { border-color: #FDD9AF; }
span { border-color: rgb(253,217,175); }
td.TdClassName
{
border-color: #FDD9AF;
}
.TagClassName
{
border-color: #FDD9AF;
}
</style>