Shades of Snow Flurry #EBFAC8
Tints of Snow Flurry #EBFAC8
RGB
CMYK
RGB Variations
Color information
#EBFAC8 (or 0xEBFAC8) is known color: Snow Flurry. HEX triplet: EB, FA and C8. RGB value is (235,250,200). Sum of RGB (Red+Green+Blue) = 235+250+200=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 200 (78.52% from 255 or 29.20% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFAC8 is #140537. Grayscale: #F0F0F0. Windows color (decimal): -1312056 or 13171435. OLE color: 13171435.
HSL color Cylindrical-coordinate representation of color #EBFAC8: hue angle of 78º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBFAC8 is Cyan = 0.06, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 250 | 200 | - |
| CMYK | 0.06 | 0 | 0.2 | 0.02 |
| HSL | 78º | 0.83% | 0.88% | - |
| HSV(B) | 78º | 0.2% | 0.98% | - |
| XYZ | 78.87 | 90.2 | 67.9 | - |
| YUV | 239.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 250 | 200 | 0.06 | 0 | 0.2 | 0.02 | 78 | 0.83 | 0.88 |
| Hex | EB | FA | C8 | 6 | 0 | 14 | 2 | 4E | 53 | 58 |
| Octal | 353 | 372 | 310 | 6 | 0 | 24 | 2 | 116 | 123 | 130 |
| Binary | 11101011 | 11111010 | 11001000 | 110 | 0 | 10100 | 10 | 1001110 | 1010011 | 1011000 |
Color Harmonies of #EBFAC8
Complementary color
Monochromatic Colors of #EBFAC8
Black with #EBFAC8
Text Example
Text Example
White with #EBFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFAC8; }
p { color: rgb(235,250,200); }
H1.HeaderClassName
{
color: #EBFAC8;
}
.AnyTagClassName
{
color: #EBFAC8;
}
</style>
background-color css
<style>
a { background-color: #EBFAC8; }
a { background-color: rgb(235,250,200); }
div.DivClassName
{
background-color: #EBFAC8;
}
.BgClassName
{
background-color: #EBFAC8;
}
</style>
border-color css
<style>
span { border-color: #EBFAC8; }
span { border-color: rgb(235,250,200); }
td.TdClassName
{
border-color: #EBFAC8;
}
.TagClassName
{
border-color: #EBFAC8;
}
</style>