Shades of Snow Flurry #E6FABA
Tints of Snow Flurry #E6FABA
RGB
CMYK
RGB Variations
Color information
#E6FABA (or 0xE6FABA) is known color: Snow Flurry. HEX triplet: E6, FA and BA. RGB value is (230,250,186). Sum of RGB (Red+Green+Blue) = 230+250+186=666 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.53% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FABA is #190545. Grayscale: #ECECEC. Windows color (decimal): -1639750 or 12253926. OLE color: 12253926.
HSL color Cylindrical-coordinate representation of color #E6FABA: hue angle of 78.75º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6FABA is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 186 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.02 |
| HSL | 78.75º | 0.86% | 0.85% | - |
| HSV(B) | 78.75º | 0.26% | 0.98% | - |
| XYZ | 75.68 | 88.74 | 59.59 | - |
| YUV | 236.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 186 | 0.08 | 0 | 0.26 | 0.02 | 78.75 | 0.86 | 0.85 |
| Hex | E6 | FA | BA | 8 | 0 | 1A | 2 | 4F | 56 | 55 |
| Octal | 346 | 372 | 272 | 10 | 0 | 32 | 2 | 117 | 126 | 125 |
| Binary | 11100110 | 11111010 | 10111010 | 1000 | 0 | 11010 | 10 | 1001111 | 1010110 | 1010101 |
Color Harmonies of #E6FABA
Complementary color
Monochromatic Colors of #E6FABA
Black with #E6FABA
Text Example
Text Example
White with #E6FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FABA; }
p { color: rgb(230,250,186); }
H1.HeaderClassName
{
color: #E6FABA;
}
.AnyTagClassName
{
color: #E6FABA;
}
</style>
background-color css
<style>
a { background-color: #E6FABA; }
a { background-color: rgb(230,250,186); }
div.DivClassName
{
background-color: #E6FABA;
}
.BgClassName
{
background-color: #E6FABA;
}
</style>
border-color css
<style>
span { border-color: #E6FABA; }
span { border-color: rgb(230,250,186); }
td.TdClassName
{
border-color: #E6FABA;
}
.TagClassName
{
border-color: #E6FABA;
}
</style>