Shades of Snow Flurry #EFFAC9
Tints of Snow Flurry #EFFAC9
RGB
CMYK
RGB Variations
Color information
#EFFAC9 (or 0xEFFAC9) is known color: Snow Flurry. HEX triplet: EF, FA and C9. RGB value is (239,250,201). Sum of RGB (Red+Green+Blue) = 239+250+201=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 201 (78.91% from 255 or 29.13% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAC9 is #100536. Grayscale: #F1F1F1. Windows color (decimal): -1049911 or 13236975. OLE color: 13236975.
HSL color Cylindrical-coordinate representation of color #EFFAC9: hue angle of 73.47º 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 #EFFAC9 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 201 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.02 |
| HSL | 73.47º | 0.83% | 0.88% | - |
| HSV(B) | 73.47º | 0.2% | 0.98% | - |
| XYZ | 80.32 | 90.94 | 68.58 | - |
| YUV | 241.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 201 | 0.04 | 0 | 0.20 | 0.02 | 73.47 | 0.83 | 0.88 |
| Hex | EF | FA | C9 | 4 | 0 | 14 | 2 | 49 | 53 | 58 |
| Octal | 357 | 372 | 311 | 4 | 0 | 24 | 2 | 111 | 123 | 130 |
| Binary | 11101111 | 11111010 | 11001001 | 100 | 0 | 10100 | 10 | 1001001 | 1010011 | 1011000 |
Color Harmonies of #EFFAC9
Complementary color
Monochromatic Colors of #EFFAC9
Black with #EFFAC9
Text Example
Text Example
White with #EFFAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFAC9; }
p { color: rgb(239,250,201); }
H1.HeaderClassName
{
color: #EFFAC9;
}
.AnyTagClassName
{
color: #EFFAC9;
}
</style>
background-color css
<style>
a { background-color: #EFFAC9; }
a { background-color: rgb(239,250,201); }
div.DivClassName
{
background-color: #EFFAC9;
}
.BgClassName
{
background-color: #EFFAC9;
}
</style>
border-color css
<style>
span { border-color: #EFFAC9; }
span { border-color: rgb(239,250,201); }
td.TdClassName
{
border-color: #EFFAC9;
}
.TagClassName
{
border-color: #EFFAC9;
}
</style>