Shades of Snow Flurry #E6FACA
Tints of Snow Flurry #E6FACA
RGB
CMYK
RGB Variations
Color information
#E6FACA (or 0xE6FACA) is known color: Snow Flurry. HEX triplet: E6, FA and CA. RGB value is (230,250,202). Sum of RGB (Red+Green+Blue) = 230+250+202=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FACA is #190535. Grayscale: #EEEEEE. Windows color (decimal): -1639734 or 13302502. OLE color: 13302502.
HSL color Cylindrical-coordinate representation of color #E6FACA: hue angle of 85º 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 #E6FACA is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 202 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.02 |
| HSL | 85º | 0.83% | 0.89% | - |
| HSV(B) | 85º | 0.19% | 0.98% | - |
| XYZ | 77.48 | 89.46 | 69.06 | - |
| YUV | 238.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 202 | 0.08 | 0 | 0.19 | 0.02 | 85 | 0.83 | 0.89 |
| Hex | E6 | FA | CA | 8 | 0 | 13 | 2 | 55 | 53 | 59 |
| Octal | 346 | 372 | 312 | 10 | 0 | 23 | 2 | 125 | 123 | 131 |
| Binary | 11100110 | 11111010 | 11001010 | 1000 | 0 | 10011 | 10 | 1010101 | 1010011 | 1011001 |
Color Harmonies of #E6FACA
Complementary color
Monochromatic Colors of #E6FACA
Black with #E6FACA
Text Example
Text Example
White with #E6FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FACA; }
p { color: rgb(230,250,202); }
H1.HeaderClassName
{
color: #E6FACA;
}
.AnyTagClassName
{
color: #E6FACA;
}
</style>
background-color css
<style>
a { background-color: #E6FACA; }
a { background-color: rgb(230,250,202); }
div.DivClassName
{
background-color: #E6FACA;
}
.BgClassName
{
background-color: #E6FACA;
}
</style>
border-color css
<style>
span { border-color: #E6FACA; }
span { border-color: rgb(230,250,202); }
td.TdClassName
{
border-color: #E6FACA;
}
.TagClassName
{
border-color: #E6FACA;
}
</style>