Shades of Chilean Heath #FDFADC
Tints of Chilean Heath #FDFADC
RGB
CMYK
RGB Variations
Color information
#FDFADC (or 0xFDFADC) is known color: Chilean Heath. HEX triplet: FD, FA and DC. RGB value is (253,250,220). Sum of RGB (Red+Green+Blue) = 253+250+220=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 220 (86.33% from 255 or 30.43% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFADC is #020523. Grayscale: #F7F7F7. Windows color (decimal): -132388 or 14482173. OLE color: 14482173.
HSL color Cylindrical-coordinate representation of color #FDFADC: hue angle of 54.55º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDFADC is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 220 | - |
CMYK | 0 | 0.01 | 0.13 | 0.01 |
HSL | 54.55º | 0.89% | 0.93% | - |
HSV(B) | 54.55º | 0.13% | 0.99% | - |
XYZ | 87.61 | 94.42 | 81.32 | - |
YUV | 247.48 | 112.49 | 131.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 220 | 0 | 0.01 | 0.13 | 0.01 | 54.55 | 0.89 | 0.93 |
Hex | FD | FA | DC | 0 | 1 | D | 1 | 37 | 59 | 5D |
Octal | 375 | 372 | 334 | 0 | 1 | 15 | 1 | 67 | 131 | 135 |
Binary | 11111101 | 11111010 | 11011100 | 0 | 1 | 1101 | 1 | 110111 | 1011001 | 1011101 |
Color Harmonies of #FDFADC
Complementary color
Monochromatic Colors of #FDFADC
Black with #FDFADC
Text Example
Text Example
White with #FDFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFADC; }
p { color: rgb(253,250,220); }
H1.HeaderClassName
{
color: #FDFADC;
}
.AnyTagClassName
{
color: #FDFADC;
}
</style>
background-color css
<style>
a { background-color: #FDFADC; }
a { background-color: rgb(253,250,220); }
div.DivClassName
{
background-color: #FDFADC;
}
.BgClassName
{
background-color: #FDFADC;
}
</style>
border-color css
<style>
span { border-color: #FDFADC; }
span { border-color: rgb(253,250,220); }
td.TdClassName
{
border-color: #FDFADC;
}
.TagClassName
{
border-color: #FDFADC;
}
</style>