#F0FECF

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

Shades of Snow Flurry #F0FECF

Tints of Snow Flurry #F0FECF

Color information

#F0FECF (or 0xF0FECF) is unknown color: approx Snow Flurry. HEX triplet: F0, FE and CF. RGB value is (240,254,207). Sum of RGB (Red+Green+Blue) = 240+254+207=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 207 (81.25% from 255 or 29.53% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FECF is #0F0130. Grayscale: #F4F4F4. Windows color (decimal): -983345 or 13631216. OLE color: 13631216.

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

Color convert

RGB240254207-
CMYK0.0600.190.00
HSL77.87º95.92%90.39%-
HSV(B)77.87º18.5%99.61%-
XYZ82.6493.9172.8-
YUV244.46106.86124.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.24%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 207 (81.25% from 255) = 29.53%
R=34.24%
G=36.23%
B=29.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402542070.0600.190.0077.8795.9290.39
HexF0FECF601304e605a
Octal36037631760230116140132
Binary1111000011111110110011111100100110100111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FECF; }

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

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

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

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

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

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

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

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