Shades of Snow Flurry #EFFACE
Tints of Snow Flurry #EFFACE
RGB
CMYK
RGB Variations
Color information
#EFFACE (or 0xEFFACE) is known color: Snow Flurry. HEX triplet: EF, FA and CE. RGB value is (239,250,206). Sum of RGB (Red+Green+Blue) = 239+250+206=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 206 (80.86% from 255 or 29.64% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFACE is #100531. Grayscale: #F1F1F1. Windows color (decimal): -1049906 or 13564655. OLE color: 13564655.
HSL color Cylindrical-coordinate representation of color #EFFACE: hue angle of 75º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFFACE is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 206 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.02 |
| HSL | 75º | 0.81% | 0.89% | - |
| HSV(B) | 75º | 0.18% | 0.98% | - |
| XYZ | 80.92 | 91.18 | 71.73 | - |
| YUV | 241.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 206 | 0.04 | 0 | 0.18 | 0.02 | 75 | 0.81 | 0.89 |
| Hex | EF | FA | CE | 4 | 0 | 12 | 2 | 4B | 51 | 59 |
| Octal | 357 | 372 | 316 | 4 | 0 | 22 | 2 | 113 | 121 | 131 |
| Binary | 11101111 | 11111010 | 11001110 | 100 | 0 | 10010 | 10 | 1001011 | 1010001 | 1011001 |
Color Harmonies of #EFFACE
Complementary color
Monochromatic Colors of #EFFACE
Black with #EFFACE
Text Example
Text Example
White with #EFFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFACE; }
p { color: rgb(239,250,206); }
H1.HeaderClassName
{
color: #EFFACE;
}
.AnyTagClassName
{
color: #EFFACE;
}
</style>
background-color css
<style>
a { background-color: #EFFACE; }
a { background-color: rgb(239,250,206); }
div.DivClassName
{
background-color: #EFFACE;
}
.BgClassName
{
background-color: #EFFACE;
}
</style>
border-color css
<style>
span { border-color: #EFFACE; }
span { border-color: rgb(239,250,206); }
td.TdClassName
{
border-color: #EFFACE;
}
.TagClassName
{
border-color: #EFFACE;
}
</style>