Shades of Navajo White #FDDCAC
Tints of Navajo White #FDDCAC
RGB
CMYK
RGB Variations
Color information
#FDDCAC (or 0xFDDCAC) is known color: Navajo White. HEX triplet: FD, DC and AC. RGB value is (253,220,172). Sum of RGB (Red+Green+Blue) = 253+220+172=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCAC is #022353. Grayscale: #E0E0E0. Windows color (decimal): -140116 or 11328765. OLE color: 11328765.
HSL color Cylindrical-coordinate representation of color #FDDCAC: hue angle of 35.56º 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 #FDDCAC is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 172 | - |
CMYK | 0 | 0.13 | 0.32 | 0.01 |
HSL | 35.56º | 0.95% | 0.83% | - |
HSV(B) | 35.56º | 0.32% | 0.99% | - |
XYZ | 73.55 | 75.05 | 49.64 | - |
YUV | 224.4 | 98.43 | 148.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 172 | 0 | 0.13 | 0.32 | 0.01 | 35.56 | 0.95 | 0.83 |
Hex | FD | DC | AC | 0 | D | 20 | 1 | 24 | 5F | 53 |
Octal | 375 | 334 | 254 | 0 | 15 | 40 | 1 | 44 | 137 | 123 |
Binary | 11111101 | 11011100 | 10101100 | 0 | 1101 | 100000 | 1 | 100100 | 1011111 | 1010011 |
Color Harmonies of #FDDCAC
Complementary color
Monochromatic Colors of #FDDCAC
Black with #FDDCAC
Text Example
Text Example
White with #FDDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCAC; }
p { color: rgb(253,220,172); }
H1.HeaderClassName
{
color: #FDDCAC;
}
.AnyTagClassName
{
color: #FDDCAC;
}
</style>
background-color css
<style>
a { background-color: #FDDCAC; }
a { background-color: rgb(253,220,172); }
div.DivClassName
{
background-color: #FDDCAC;
}
.BgClassName
{
background-color: #FDDCAC;
}
</style>
border-color css
<style>
span { border-color: #FDDCAC; }
span { border-color: rgb(253,220,172); }
td.TdClassName
{
border-color: #FDDCAC;
}
.TagClassName
{
border-color: #FDDCAC;
}
</style>