#EBFAC9

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

Shades of Snow Flurry #EBFAC9

Tints of Snow Flurry #EBFAC9

Color information

#EBFAC9 (or 0xEBFAC9) is unknown color: approx Snow Flurry. HEX triplet: EB, FA and C9. RGB value is (235,250,201). Sum of RGB (Red+Green+Blue) = 235+250+201=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 201 (78.91% from 255 or 29.30% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFAC9 is #140536. Grayscale: #F0F0F0. Windows color (decimal): -1312055 or 13236971. OLE color: 13236971.

HSL color Cylindrical-coordinate representation of color #EBFAC9: hue angle of 78.37º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBFAC9 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB235250201-
CMYK0.0600.200.02
HSL78.37º83.05%88.43%-
HSV(B)78.37º19.6%98.04%-
XYZ78.9990.2568.52-
YUV239.93106.03124.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 201 (78.91% from 255) = 29.30%
R=34.26%
G=36.44%
B=29.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502010.0600.200.0278.3783.0588.43
HexEBFAC9601424e5358
Octal35337231160242116123130
Binary11101011111110101100100111001010010100111010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAC9; }

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

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

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

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

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

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

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

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