Shades of Navajo White #FDD6AC
Tints of Navajo White #FDD6AC
RGB
CMYK
RGB Variations
Color information
#FDD6AC (or 0xFDD6AC) is known color: Navajo White. HEX triplet: FD, D6 and AC. RGB value is (253,214,172). Sum of RGB (Red+Green+Blue) = 253+214+172=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD6AC is #022953. Grayscale: #DDDDDD. Windows color (decimal): -141652 or 11327229. OLE color: 11327229.
HSL color Cylindrical-coordinate representation of color #FDD6AC: hue angle of 31.11º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDD6AC is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 172 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.01 |
| HSL | 31.11º | 0.95% | 0.83% | - |
| HSV(B) | 31.11º | 0.32% | 0.99% | - |
| XYZ | 72 | 71.95 | 49.12 | - |
| YUV | 220.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 172 | 0 | 0.15 | 0.32 | 0.01 | 31.11 | 0.95 | 0.83 |
| Hex | FD | D6 | AC | 0 | F | 20 | 1 | 1F | 5F | 53 |
| Octal | 375 | 326 | 254 | 0 | 17 | 40 | 1 | 37 | 137 | 123 |
| Binary | 11111101 | 11010110 | 10101100 | 0 | 1111 | 100000 | 1 | 11111 | 1011111 | 1010011 |
Color Harmonies of #FDD6AC
Complementary color
Monochromatic Colors of #FDD6AC
Black with #FDD6AC
Text Example
Text Example
White with #FDD6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6AC; }
p { color: rgb(253,214,172); }
H1.HeaderClassName
{
color: #FDD6AC;
}
.AnyTagClassName
{
color: #FDD6AC;
}
</style>
background-color css
<style>
a { background-color: #FDD6AC; }
a { background-color: rgb(253,214,172); }
div.DivClassName
{
background-color: #FDD6AC;
}
.BgClassName
{
background-color: #FDD6AC;
}
</style>
border-color css
<style>
span { border-color: #FDD6AC; }
span { border-color: rgb(253,214,172); }
td.TdClassName
{
border-color: #FDD6AC;
}
.TagClassName
{
border-color: #FDD6AC;
}
</style>