Shades of Navajo White #FDD7AC
Tints of Navajo White #FDD7AC
RGB
CMYK
RGB Variations
Color information
#FDD7AC (or 0xFDD7AC) is known color: Navajo White. HEX triplet: FD, D7 and AC. RGB value is (253,215,172). Sum of RGB (Red+Green+Blue) = 253+215+172=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD7AC is #022853. Grayscale: #DDDDDD. Windows color (decimal): -141396 or 11327485. OLE color: 11327485.
HSL color Cylindrical-coordinate representation of color #FDD7AC: hue angle of 31.85º 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 #FDD7AC is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 172 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.01 |
| HSL | 31.85º | 0.95% | 0.83% | - |
| HSV(B) | 31.85º | 0.32% | 0.99% | - |
| XYZ | 72.25 | 72.46 | 49.21 | - |
| YUV | 221.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 172 | 0 | 0.15 | 0.32 | 0.01 | 31.85 | 0.95 | 0.83 |
| Hex | FD | D7 | AC | 0 | F | 20 | 1 | 20 | 5F | 53 |
| Octal | 375 | 327 | 254 | 0 | 17 | 40 | 1 | 40 | 137 | 123 |
| Binary | 11111101 | 11010111 | 10101100 | 0 | 1111 | 100000 | 1 | 100000 | 1011111 | 1010011 |
Color Harmonies of #FDD7AC
Complementary color
Monochromatic Colors of #FDD7AC
Black with #FDD7AC
Text Example
Text Example
White with #FDD7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7AC; }
p { color: rgb(253,215,172); }
H1.HeaderClassName
{
color: #FDD7AC;
}
.AnyTagClassName
{
color: #FDD7AC;
}
</style>
background-color css
<style>
a { background-color: #FDD7AC; }
a { background-color: rgb(253,215,172); }
div.DivClassName
{
background-color: #FDD7AC;
}
.BgClassName
{
background-color: #FDD7AC;
}
</style>
border-color css
<style>
span { border-color: #FDD7AC; }
span { border-color: rgb(253,215,172); }
td.TdClassName
{
border-color: #FDD7AC;
}
.TagClassName
{
border-color: #FDD7AC;
}
</style>