Shades of Snow Flurry #EBFAC0
Tints of Snow Flurry #EBFAC0
RGB
CMYK
RGB Variations
Color information
#EBFAC0 (or 0xEBFAC0) is known color: Snow Flurry. HEX triplet: EB, FA and C0. RGB value is (235,250,192). Sum of RGB (Red+Green+Blue) = 235+250+192=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 192 (75.39% from 255 or 28.36% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFAC0 is #14053F. Grayscale: #EFEFEF. Windows color (decimal): -1312064 or 12647147. OLE color: 12647147.
HSL color Cylindrical-coordinate representation of color #EBFAC0: hue angle of 75.52º 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 #EBFAC0 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 250 | 192 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.02 |
| HSL | 75.52º | 0.85% | 0.87% | - |
| HSV(B) | 75.52º | 0.23% | 0.98% | - |
| XYZ | 77.96 | 89.84 | 63.1 | - |
| YUV | 238.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 250 | 192 | 0.06 | 0 | 0.23 | 0.02 | 75.52 | 0.85 | 0.87 |
| Hex | EB | FA | C0 | 6 | 0 | 17 | 2 | 4C | 55 | 57 |
| Octal | 353 | 372 | 300 | 6 | 0 | 27 | 2 | 114 | 125 | 127 |
| Binary | 11101011 | 11111010 | 11000000 | 110 | 0 | 10111 | 10 | 1001100 | 1010101 | 1010111 |
Color Harmonies of #EBFAC0
Complementary color
Monochromatic Colors of #EBFAC0
Black with #EBFAC0
Text Example
Text Example
White with #EBFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFAC0; }
p { color: rgb(235,250,192); }
H1.HeaderClassName
{
color: #EBFAC0;
}
.AnyTagClassName
{
color: #EBFAC0;
}
</style>
background-color css
<style>
a { background-color: #EBFAC0; }
a { background-color: rgb(235,250,192); }
div.DivClassName
{
background-color: #EBFAC0;
}
.BgClassName
{
background-color: #EBFAC0;
}
</style>
border-color css
<style>
span { border-color: #EBFAC0; }
span { border-color: rgb(235,250,192); }
td.TdClassName
{
border-color: #EBFAC0;
}
.TagClassName
{
border-color: #EBFAC0;
}
</style>