Shades of Snow Flurry #E6FAC5
Tints of Snow Flurry #E6FAC5
RGB
CMYK
RGB Variations
Color information
#E6FAC5 (or 0xE6FAC5) is known color: Snow Flurry. HEX triplet: E6, FA and C5. RGB value is (230,250,197). Sum of RGB (Red+Green+Blue) = 230+250+197=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 197 (77.34% from 255 or 29.10% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FAC5 is #19053A. Grayscale: #EEEEEE. Windows color (decimal): -1639739 or 12974822. OLE color: 12974822.
HSL color Cylindrical-coordinate representation of color #E6FAC5: hue angle of 82.64º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6FAC5 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 197 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.02 |
| HSL | 82.64º | 0.84% | 0.88% | - |
| HSV(B) | 82.64º | 0.21% | 0.98% | - |
| XYZ | 76.9 | 89.23 | 65.99 | - |
| YUV | 237.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 197 | 0.08 | 0 | 0.21 | 0.02 | 82.64 | 0.84 | 0.88 |
| Hex | E6 | FA | C5 | 8 | 0 | 15 | 2 | 53 | 54 | 58 |
| Octal | 346 | 372 | 305 | 10 | 0 | 25 | 2 | 123 | 124 | 130 |
| Binary | 11100110 | 11111010 | 11000101 | 1000 | 0 | 10101 | 10 | 1010011 | 1010100 | 1011000 |
Color Harmonies of #E6FAC5
Complementary color
Monochromatic Colors of #E6FAC5
Black with #E6FAC5
Text Example
Text Example
White with #E6FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FAC5; }
p { color: rgb(230,250,197); }
H1.HeaderClassName
{
color: #E6FAC5;
}
.AnyTagClassName
{
color: #E6FAC5;
}
</style>
background-color css
<style>
a { background-color: #E6FAC5; }
a { background-color: rgb(230,250,197); }
div.DivClassName
{
background-color: #E6FAC5;
}
.BgClassName
{
background-color: #E6FAC5;
}
</style>
border-color css
<style>
span { border-color: #E6FAC5; }
span { border-color: rgb(230,250,197); }
td.TdClassName
{
border-color: #E6FAC5;
}
.TagClassName
{
border-color: #E6FAC5;
}
</style>