Shades of Snow Flurry #EDFACA
Tints of Snow Flurry #EDFACA
RGB
CMYK
RGB Variations
Color information
#EDFACA (or 0xEDFACA) is known color: Snow Flurry. HEX triplet: ED, FA and CA. RGB value is (237,250,202). Sum of RGB (Red+Green+Blue) = 237+250+202=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFACA is #120535. Grayscale: #F0F0F0. Windows color (decimal): -1180982 or 13302509. OLE color: 13302509.
HSL color Cylindrical-coordinate representation of color #EDFACA: hue angle of 76.25º degrees, saturation: 0.83, 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 #EDFACA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 202 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.02 |
| HSL | 76.25º | 0.83% | 0.89% | - |
| HSV(B) | 76.25º | 0.19% | 0.98% | - |
| XYZ | 79.77 | 90.64 | 69.17 | - |
| YUV | 240.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 202 | 0.05 | 0 | 0.19 | 0.02 | 76.25 | 0.83 | 0.89 |
| Hex | ED | FA | CA | 5 | 0 | 13 | 2 | 4C | 53 | 59 |
| Octal | 355 | 372 | 312 | 5 | 0 | 23 | 2 | 114 | 123 | 131 |
| Binary | 11101101 | 11111010 | 11001010 | 101 | 0 | 10011 | 10 | 1001100 | 1010011 | 1011001 |
Color Harmonies of #EDFACA
Complementary color
Monochromatic Colors of #EDFACA
Black with #EDFACA
Text Example
Text Example
White with #EDFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFACA; }
p { color: rgb(237,250,202); }
H1.HeaderClassName
{
color: #EDFACA;
}
.AnyTagClassName
{
color: #EDFACA;
}
</style>
background-color css
<style>
a { background-color: #EDFACA; }
a { background-color: rgb(237,250,202); }
div.DivClassName
{
background-color: #EDFACA;
}
.BgClassName
{
background-color: #EDFACA;
}
</style>
border-color css
<style>
span { border-color: #EDFACA; }
span { border-color: rgb(237,250,202); }
td.TdClassName
{
border-color: #EDFACA;
}
.TagClassName
{
border-color: #EDFACA;
}
</style>