Shades of Navajo White #FDD6AD
Tints of Navajo White #FDD6AD
RGB
CMYK
RGB Variations
Color information
#FDD6AD (or 0xFDD6AD) is known color: Navajo White. HEX triplet: FD, D6 and AD. RGB value is (253,214,173). Sum of RGB (Red+Green+Blue) = 253+214+173=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD6AD is #022952. Grayscale: #DDDDDD. Windows color (decimal): -141651 or 11392765. OLE color: 11392765.
HSL color Cylindrical-coordinate representation of color #FDD6AD: hue angle of 30.75º 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 #FDD6AD is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 173 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.01 |
| HSL | 30.75º | 0.95% | 0.84% | - |
| HSV(B) | 30.75º | 0.32% | 0.99% | - |
| XYZ | 72.1 | 71.99 | 49.63 | - |
| YUV | 220.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 173 | 0 | 0.15 | 0.32 | 0.01 | 30.75 | 0.95 | 0.84 |
| Hex | FD | D6 | AD | 0 | F | 20 | 1 | 1F | 5F | 54 |
| Octal | 375 | 326 | 255 | 0 | 17 | 40 | 1 | 37 | 137 | 124 |
| Binary | 11111101 | 11010110 | 10101101 | 0 | 1111 | 100000 | 1 | 11111 | 1011111 | 1010100 |
Color Harmonies of #FDD6AD
Complementary color
Monochromatic Colors of #FDD6AD
Black with #FDD6AD
Text Example
Text Example
White with #FDD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6AD; }
p { color: rgb(253,214,173); }
H1.HeaderClassName
{
color: #FDD6AD;
}
.AnyTagClassName
{
color: #FDD6AD;
}
</style>
background-color css
<style>
a { background-color: #FDD6AD; }
a { background-color: rgb(253,214,173); }
div.DivClassName
{
background-color: #FDD6AD;
}
.BgClassName
{
background-color: #FDD6AD;
}
</style>
border-color css
<style>
span { border-color: #FDD6AD; }
span { border-color: rgb(253,214,173); }
td.TdClassName
{
border-color: #FDD6AD;
}
.TagClassName
{
border-color: #FDD6AD;
}
</style>