Shades of Chilean Heath #FDFADE
Tints of Chilean Heath #FDFADE
RGB
CMYK
RGB Variations
Color information
#FDFADE (or 0xFDFADE) is known color: Chilean Heath. HEX triplet: FD, FA and DE. RGB value is (253,250,222). Sum of RGB (Red+Green+Blue) = 253+250+222=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 222 (87.11% from 255 or 30.62% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFADE is #020521. Grayscale: #F7F7F7. Windows color (decimal): -132386 or 14613245. OLE color: 14613245.
HSL color Cylindrical-coordinate representation of color #FDFADE: hue angle of 54.19º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDFADE is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 222 | - |
CMYK | 0 | 0.01 | 0.12 | 0.01 |
HSL | 54.19º | 0.89% | 0.93% | - |
HSV(B) | 54.19º | 0.12% | 0.99% | - |
XYZ | 87.88 | 94.53 | 82.72 | - |
YUV | 247.71 | 113.49 | 131.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 222 | 0 | 0.01 | 0.12 | 0.01 | 54.19 | 0.89 | 0.93 |
Hex | FD | FA | DE | 0 | 1 | C | 1 | 36 | 59 | 5D |
Octal | 375 | 372 | 336 | 0 | 1 | 14 | 1 | 66 | 131 | 135 |
Binary | 11111101 | 11111010 | 11011110 | 0 | 1 | 1100 | 1 | 110110 | 1011001 | 1011101 |
Color Harmonies of #FDFADE
Complementary color
Monochromatic Colors of #FDFADE
Black with #FDFADE
Text Example
Text Example
White with #FDFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFADE; }
p { color: rgb(253,250,222); }
H1.HeaderClassName
{
color: #FDFADE;
}
.AnyTagClassName
{
color: #FDFADE;
}
</style>
background-color css
<style>
a { background-color: #FDFADE; }
a { background-color: rgb(253,250,222); }
div.DivClassName
{
background-color: #FDFADE;
}
.BgClassName
{
background-color: #FDFADE;
}
</style>
border-color css
<style>
span { border-color: #FDFADE; }
span { border-color: rgb(253,250,222); }
td.TdClassName
{
border-color: #FDFADE;
}
.TagClassName
{
border-color: #FDFADE;
}
</style>