#F0FECA

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

Shades of Snow Flurry #F0FECA

Tints of Snow Flurry #F0FECA

Color information

#F0FECA (or 0xF0FECA) is unknown color: approx Snow Flurry. HEX triplet: F0, FE and CA. RGB value is (240,254,202). Sum of RGB (Red+Green+Blue) = 240+254+202=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FECA is #0F0135. Grayscale: #F4F4F4. Windows color (decimal): -983350 or 13303536. OLE color: 13303536.

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

Color convert

RGB240254202-
CMYK0.0600.200.00
HSL76.15º96.3%89.41%-
HSV(B)76.15º20.47%99.61%-
XYZ82.0493.6769.63-
YUV243.89104.36125.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.48%
GREEN value IS 254 (99.61% from 255) = 36.49%
BLUE value IS 202 (79.30% from 255) = 29.02%
R=34.48%
G=36.49%
B=29.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402542020.0600.200.0076.1596.389.41
HexF0FECA601404c6059
Octal36037631260240114140131
Binary1111000011111110110010101100101000100110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FECA; }

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

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

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

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

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

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

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

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