Shades of Snow Flurry #EFFACB
Tints of Snow Flurry #EFFACB
RGB
CMYK
RGB Variations
Color information
#EFFACB (or 0xEFFACB) is known color: Snow Flurry. HEX triplet: EF, FA and CB. RGB value is (239,250,203). Sum of RGB (Red+Green+Blue) = 239+250+203=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 203 (79.69% from 255 or 29.34% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFACB is #100534. Grayscale: #F1F1F1. Windows color (decimal): -1049909 or 13368047. OLE color: 13368047.
HSL color Cylindrical-coordinate representation of color #EFFACB: hue angle of 74.04º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFFACB is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 203 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.02 |
| HSL | 74.04º | 0.82% | 0.89% | - |
| HSV(B) | 74.04º | 0.19% | 0.98% | - |
| XYZ | 80.56 | 91.03 | 69.83 | - |
| YUV | 241.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 203 | 0.04 | 0 | 0.19 | 0.02 | 74.04 | 0.82 | 0.89 |
| Hex | EF | FA | CB | 4 | 0 | 13 | 2 | 4A | 52 | 59 |
| Octal | 357 | 372 | 313 | 4 | 0 | 23 | 2 | 112 | 122 | 131 |
| Binary | 11101111 | 11111010 | 11001011 | 100 | 0 | 10011 | 10 | 1001010 | 1010010 | 1011001 |
Color Harmonies of #EFFACB
Complementary color
Monochromatic Colors of #EFFACB
Black with #EFFACB
Text Example
Text Example
White with #EFFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFACB; }
p { color: rgb(239,250,203); }
H1.HeaderClassName
{
color: #EFFACB;
}
.AnyTagClassName
{
color: #EFFACB;
}
</style>
background-color css
<style>
a { background-color: #EFFACB; }
a { background-color: rgb(239,250,203); }
div.DivClassName
{
background-color: #EFFACB;
}
.BgClassName
{
background-color: #EFFACB;
}
</style>
border-color css
<style>
span { border-color: #EFFACB; }
span { border-color: rgb(239,250,203); }
td.TdClassName
{
border-color: #EFFACB;
}
.TagClassName
{
border-color: #EFFACB;
}
</style>