#EBFACA

Color #EBFACA Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #EBFACA

Tints of Snow Flurry #EBFACA

Color information

#EBFACA (or 0xEBFACA) is unknown color: approx Snow Flurry. HEX triplet: EB, FA and CA. RGB value is (235,250,202). Sum of RGB (Red+Green+Blue) = 235+250+202=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 202 (79.30% from 255 or 29.40% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFACA is #140535. Grayscale: #F0F0F0. Windows color (decimal): -1312054 or 13302507. OLE color: 13302507.

HSL color Cylindrical-coordinate representation of color #EBFACA: hue angle of 78.75º 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 #EBFACA is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB235250202-
CMYK0.0600.190.02
HSL78.75º82.76%88.63%-
HSV(B)78.75º19.2%98.04%-
XYZ79.1190.369.14-
YUV240.04106.53124.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 250 (98.05% from 255) = 36.39%
BLUE value IS 202 (79.30% from 255) = 29.40%
R=34.21%
G=36.39%
B=29.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502020.0600.190.0278.7582.7688.63
HexEBFACA601324f5359
Octal35337231260232117123131
Binary11101011111110101100101011001001110100111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFACA; }

 p { color: rgb(235,250,202); }

 H1.HeaderClassName
 {
   color: #EBFACA;
 }
 .AnyTagClassName
 {
   color: #EBFACA;
 }
</style>
background-color css

<style>
 a { background-color: #EBFACA; }

 a { background-color: rgb(235,250,202); }

 div.DivClassName
 {
   background-color: #EBFACA;
 }
 .BgClassName
 {
   background-color: #EBFACA;
 }
</style>
border-color css

<style>
 span { border-color: #EBFACA; }

 span { border-color: rgb(235,250,202); }

 td.TdClassName
 {
   border-color: #EBFACA;
 }
 .TagClassName
 {
   border-color: #EBFACA;
 }
</style>