#F2FECA

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

Shades of Snow Flurry #F2FECA

Tints of Snow Flurry #F2FECA

Color information

#F2FECA (or 0xF2FECA) is unknown color: approx Snow Flurry. HEX triplet: F2, FE and CA. RGB value is (242,254,202). Sum of RGB (Red+Green+Blue) = 242+254+202=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 202 (79.30% from 255 or 28.94% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FECA is #0D0135. Grayscale: #F4F4F4. Windows color (decimal): -852278 or 13303538. OLE color: 13303538.

HSL color Cylindrical-coordinate representation of color #F2FECA: hue angle of 73.85º 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 #F2FECA is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB242254202-
CMYK0.0500.200.00
HSL73.85º96.3%89.41%-
HSV(B)73.85º20.47%99.61%-
XYZ82.7294.0369.67-
YUV244.48104.02126.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.67%
GREEN value IS 254 (99.61% from 255) = 36.39%
BLUE value IS 202 (79.30% from 255) = 28.94%
R=34.67%
G=36.39%
B=28.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542020.0500.200.0073.8596.389.41
HexF2FECA501404a6059
Octal36237631250240112140131
Binary1111001011111110110010101010101000100101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FECA; }

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

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

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

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

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

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

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

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