Shades of Snow Flurry #EFFAC8
Tints of Snow Flurry #EFFAC8
RGB
CMYK
RGB Variations
Color information
#EFFAC8 (or 0xEFFAC8) is known color: Snow Flurry. HEX triplet: EF, FA and C8. RGB value is (239,250,200). Sum of RGB (Red+Green+Blue) = 239+250+200=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 200 (78.52% from 255 or 29.03% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAC8 is #100537. Grayscale: #F1F1F1. Windows color (decimal): -1049912 or 13171439. OLE color: 13171439.
HSL color Cylindrical-coordinate representation of color #EFFAC8: hue angle of 73.2º 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 #EFFAC8 is Cyan = 0.04, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 200 | - |
| CMYK | 0.04 | 0 | 0.2 | 0.02 |
| HSL | 73.2º | 0.83% | 0.88% | - |
| HSV(B) | 73.2º | 0.2% | 0.98% | - |
| XYZ | 80.21 | 90.89 | 67.96 | - |
| YUV | 241.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 200 | 0.04 | 0 | 0.2 | 0.02 | 73.2 | 0.83 | 0.88 |
| Hex | EF | FA | C8 | 4 | 0 | 14 | 2 | 49 | 53 | 58 |
| Octal | 357 | 372 | 310 | 4 | 0 | 24 | 2 | 111 | 123 | 130 |
| Binary | 11101111 | 11111010 | 11001000 | 100 | 0 | 10100 | 10 | 1001001 | 1010011 | 1011000 |
Color Harmonies of #EFFAC8
Complementary color
Monochromatic Colors of #EFFAC8
Black with #EFFAC8
Text Example
Text Example
White with #EFFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFAC8; }
p { color: rgb(239,250,200); }
H1.HeaderClassName
{
color: #EFFAC8;
}
.AnyTagClassName
{
color: #EFFAC8;
}
</style>
background-color css
<style>
a { background-color: #EFFAC8; }
a { background-color: rgb(239,250,200); }
div.DivClassName
{
background-color: #EFFAC8;
}
.BgClassName
{
background-color: #EFFAC8;
}
</style>
border-color css
<style>
span { border-color: #EFFAC8; }
span { border-color: rgb(239,250,200); }
td.TdClassName
{
border-color: #EFFAC8;
}
.TagClassName
{
border-color: #EFFAC8;
}
</style>