#F0FEBF

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

Shades of Snow Flurry #F0FEBF

Tints of Snow Flurry #F0FEBF

Color information

#F0FEBF (or 0xF0FEBF) is unknown color: approx Snow Flurry. HEX triplet: F0, FE and BF. RGB value is (240,254,191). Sum of RGB (Red+Green+Blue) = 240+254+191=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 191 (75% from 255 or 27.88% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEBF is #0F0140. Grayscale: #F2F2F2. Windows color (decimal): -983361 or 12582640. OLE color: 12582640.

HSL color Cylindrical-coordinate representation of color #F0FEBF: hue angle of 73.33º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0FEBF is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB240254191-
CMYK0.0600.250.00
HSL73.33º96.92%87.25%-
HSV(B)73.33º24.8%99.61%-
XYZ80.7893.1763.02-
YUV242.6398.86126.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.04%
GREEN value IS 254 (99.61% from 255) = 37.08%
BLUE value IS 191 (75% from 255) = 27.88%
R=35.04%
G=37.08%
B=27.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402541910.0600.250.0073.3396.9287.25
HexF0FEBF60190496157
Octal36037627760310111141127
Binary1111000011111110101111111100110010100100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FEBF; }

 p { color: rgb(240,254,191); }

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

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

 a { background-color: rgb(240,254,191); }

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

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

 span { border-color: rgb(240,254,191); }

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