Shades of Navajo White #FDD7AD
Tints of Navajo White #FDD7AD
RGB
CMYK
RGB Variations
Color information
#FDD7AD (or 0xFDD7AD) is known color: Navajo White. HEX triplet: FD, D7 and AD. RGB value is (253,215,173). Sum of RGB (Red+Green+Blue) = 253+215+173=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD7AD is #022852. Grayscale: #DDDDDD. Windows color (decimal): -141395 or 11393021. OLE color: 11393021.
HSL color Cylindrical-coordinate representation of color #FDD7AD: hue angle of 31.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDD7AD is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 173 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.01 |
| HSL | 31.5º | 0.95% | 0.84% | - |
| HSV(B) | 31.5º | 0.32% | 0.99% | - |
| XYZ | 72.35 | 72.5 | 49.72 | - |
| YUV | 221.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 173 | 0 | 0.15 | 0.32 | 0.01 | 31.5 | 0.95 | 0.84 |
| Hex | FD | D7 | AD | 0 | F | 20 | 1 | 1F | 5F | 54 |
| Octal | 375 | 327 | 255 | 0 | 17 | 40 | 1 | 37 | 137 | 124 |
| Binary | 11111101 | 11010111 | 10101101 | 0 | 1111 | 100000 | 1 | 11111 | 1011111 | 1010100 |
Color Harmonies of #FDD7AD
Complementary color
Monochromatic Colors of #FDD7AD
Black with #FDD7AD
Text Example
Text Example
White with #FDD7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7AD; }
p { color: rgb(253,215,173); }
H1.HeaderClassName
{
color: #FDD7AD;
}
.AnyTagClassName
{
color: #FDD7AD;
}
</style>
background-color css
<style>
a { background-color: #FDD7AD; }
a { background-color: rgb(253,215,173); }
div.DivClassName
{
background-color: #FDD7AD;
}
.BgClassName
{
background-color: #FDD7AD;
}
</style>
border-color css
<style>
span { border-color: #FDD7AD; }
span { border-color: rgb(253,215,173); }
td.TdClassName
{
border-color: #FDD7AD;
}
.TagClassName
{
border-color: #FDD7AD;
}
</style>