Shades of Snow Flurry #E3FACA
Tints of Snow Flurry #E3FACA
RGB
CMYK
RGB Variations
Color information
#E3FACA (or 0xE3FACA) is known color: Snow Flurry. HEX triplet: E3, FA and CA. RGB value is (227,250,202). Sum of RGB (Red+Green+Blue) = 227+250+202=679 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.43% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #E3FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3FACA is #1C0535. Grayscale: #EDEDED. Windows color (decimal): -1836342 or 13302499. OLE color: 13302499.
HSL color Cylindrical-coordinate representation of color #E3FACA: hue angle of 88.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3FACA is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 250 | 202 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.02 |
| HSL | 88.75º | 0.83% | 0.89% | - |
| HSV(B) | 88.75º | 0.19% | 0.98% | - |
| XYZ | 76.52 | 88.97 | 69.02 | - |
| YUV | 237.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 250 | 202 | 0.09 | 0 | 0.19 | 0.02 | 88.75 | 0.83 | 0.89 |
| Hex | E3 | FA | CA | 9 | 0 | 13 | 2 | 59 | 53 | 59 |
| Octal | 343 | 372 | 312 | 11 | 0 | 23 | 2 | 131 | 123 | 131 |
| Binary | 11100011 | 11111010 | 11001010 | 1001 | 0 | 10011 | 10 | 1011001 | 1010011 | 1011001 |
Color Harmonies of #E3FACA
Complementary color
Monochromatic Colors of #E3FACA
Black with #E3FACA
Text Example
Text Example
White with #E3FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3FACA; }
p { color: rgb(227,250,202); }
H1.HeaderClassName
{
color: #E3FACA;
}
.AnyTagClassName
{
color: #E3FACA;
}
</style>
background-color css
<style>
a { background-color: #E3FACA; }
a { background-color: rgb(227,250,202); }
div.DivClassName
{
background-color: #E3FACA;
}
.BgClassName
{
background-color: #E3FACA;
}
</style>
border-color css
<style>
span { border-color: #E3FACA; }
span { border-color: rgb(227,250,202); }
td.TdClassName
{
border-color: #E3FACA;
}
.TagClassName
{
border-color: #E3FACA;
}
</style>