Shades of Snow Flurry #EFFACF
Tints of Snow Flurry #EFFACF
RGB
CMYK
RGB Variations
Color information
#EFFACF (or 0xEFFACF) is known color: Snow Flurry. HEX triplet: EF, FA and CF. RGB value is (239,250,207). Sum of RGB (Red+Green+Blue) = 239+250+207=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFACF is #100530. Grayscale: #F1F1F1. Windows color (decimal): -1049905 or 13630191. OLE color: 13630191.
HSL color Cylindrical-coordinate representation of color #EFFACF: hue angle of 75.35º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFFACF is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 207 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.02 |
| HSL | 75.35º | 0.81% | 0.9% | - |
| HSV(B) | 75.35º | 0.17% | 0.98% | - |
| XYZ | 81.04 | 91.23 | 72.37 | - |
| YUV | 241.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 207 | 0.04 | 0 | 0.17 | 0.02 | 75.35 | 0.81 | 0.9 |
| Hex | EF | FA | CF | 4 | 0 | 11 | 2 | 4B | 51 | 5A |
| Octal | 357 | 372 | 317 | 4 | 0 | 21 | 2 | 113 | 121 | 132 |
| Binary | 11101111 | 11111010 | 11001111 | 100 | 0 | 10001 | 10 | 1001011 | 1010001 | 1011010 |
Color Harmonies of #EFFACF
Complementary color
Monochromatic Colors of #EFFACF
Black with #EFFACF
Text Example
Text Example
White with #EFFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFACF; }
p { color: rgb(239,250,207); }
H1.HeaderClassName
{
color: #EFFACF;
}
.AnyTagClassName
{
color: #EFFACF;
}
</style>
background-color css
<style>
a { background-color: #EFFACF; }
a { background-color: rgb(239,250,207); }
div.DivClassName
{
background-color: #EFFACF;
}
.BgClassName
{
background-color: #EFFACF;
}
</style>
border-color css
<style>
span { border-color: #EFFACF; }
span { border-color: rgb(239,250,207); }
td.TdClassName
{
border-color: #EFFACF;
}
.TagClassName
{
border-color: #EFFACF;
}
</style>