Shades of Snow Flurry #EAFAC0
Tints of Snow Flurry #EAFAC0
RGB
CMYK
RGB Variations
Color information
#EAFAC0 (or 0xEAFAC0) is known color: Snow Flurry. HEX triplet: EA, FA and C0. RGB value is (234,250,192). Sum of RGB (Red+Green+Blue) = 234+250+192=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 192 (75.39% from 255 or 28.40% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFAC0 is #15053F. Grayscale: #EEEEEE. Windows color (decimal): -1377600 or 12647146. OLE color: 12647146.
HSL color Cylindrical-coordinate representation of color #EAFAC0: hue angle of 76.55º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAFAC0 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 250 | 192 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.02 |
| HSL | 76.55º | 0.85% | 0.87% | - |
| HSV(B) | 76.55º | 0.23% | 0.98% | - |
| XYZ | 77.63 | 89.67 | 63.09 | - |
| YUV | 238.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 250 | 192 | 0.06 | 0 | 0.23 | 0.02 | 76.55 | 0.85 | 0.87 |
| Hex | EA | FA | C0 | 6 | 0 | 17 | 2 | 4D | 55 | 57 |
| Octal | 352 | 372 | 300 | 6 | 0 | 27 | 2 | 115 | 125 | 127 |
| Binary | 11101010 | 11111010 | 11000000 | 110 | 0 | 10111 | 10 | 1001101 | 1010101 | 1010111 |
Color Harmonies of #EAFAC0
Complementary color
Monochromatic Colors of #EAFAC0
Black with #EAFAC0
Text Example
Text Example
White with #EAFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFAC0; }
p { color: rgb(234,250,192); }
H1.HeaderClassName
{
color: #EAFAC0;
}
.AnyTagClassName
{
color: #EAFAC0;
}
</style>
background-color css
<style>
a { background-color: #EAFAC0; }
a { background-color: rgb(234,250,192); }
div.DivClassName
{
background-color: #EAFAC0;
}
.BgClassName
{
background-color: #EAFAC0;
}
</style>
border-color css
<style>
span { border-color: #EAFAC0; }
span { border-color: rgb(234,250,192); }
td.TdClassName
{
border-color: #EAFAC0;
}
.TagClassName
{
border-color: #EAFAC0;
}
</style>