Shades of Navajo White #FEDFAF
Tints of Navajo White #FEDFAF
RGB
CMYK
RGB Variations
Color information
#FEDFAF (or 0xFEDFAF) is known color: Navajo White. HEX triplet: FE, DF and AF. RGB value is (254,223,175). Sum of RGB (Red+Green+Blue) = 254+223+175=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 175 (68.75% from 255 or 26.84% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDFAF is #012050. Grayscale: #E3E3E3. Windows color (decimal): -73809 or 11526142. OLE color: 11526142.
HSL color Cylindrical-coordinate representation of color #FEDFAF: hue angle of 36.46º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEDFAF is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 175 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.00 |
| HSL | 36.46º | 0.98% | 0.84% | - |
| HSV(B) | 36.46º | 0.31% | 1% | - |
| XYZ | 75 | 76.94 | 51.46 | - |
| YUV | 226.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 175 | 0 | 0.12 | 0.31 | 0.00 | 36.46 | 0.98 | 0.84 |
| Hex | FE | DF | AF | 0 | C | 1F | 0 | 24 | 62 | 54 |
| Octal | 376 | 337 | 257 | 0 | 14 | 37 | 0 | 44 | 142 | 124 |
| Binary | 11111110 | 11011111 | 10101111 | 0 | 1100 | 11111 | 0 | 100100 | 1100010 | 1010100 |
Color Harmonies of #FEDFAF
Complementary color
Monochromatic Colors of #FEDFAF
Black with #FEDFAF
Text Example
Text Example
White with #FEDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFAF; }
p { color: rgb(254,223,175); }
H1.HeaderClassName
{
color: #FEDFAF;
}
.AnyTagClassName
{
color: #FEDFAF;
}
</style>
background-color css
<style>
a { background-color: #FEDFAF; }
a { background-color: rgb(254,223,175); }
div.DivClassName
{
background-color: #FEDFAF;
}
.BgClassName
{
background-color: #FEDFAF;
}
</style>
border-color css
<style>
span { border-color: #FEDFAF; }
span { border-color: rgb(254,223,175); }
td.TdClassName
{
border-color: #FEDFAF;
}
.TagClassName
{
border-color: #FEDFAF;
}
</style>