Html Css Color HEX #F2FECA Snow Flurry

📋 copy color: '#F2FECA'

red 242 ◦ green 254 ◦ blue 202

#F2FECA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #F2FECA

Tints of Snow Flurry #F2FECA

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.3% from 255) = 28.94%

R = 34.67%
G = 36.39%
B = 28.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#F2FECA (or 0xF2FECA) is known color: 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

RGB 242 254 202 -
CMYK 0.05 0 0.20 0.00
HSL 73.85º 0.96% 0.89% -
HSV(B) 73.85º 0.2% 1% -
XYZ 82.72 94.03 69.67 -
YUV 244.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 242 254 202 0.05 0 0.20 0.00 73.85 0.96 0.89
Hex F2 FE CA 5 0 14 0 4A 60 59
Octal 362 376 312 5 0 24 0 112 140 131
Binary 11110010 11111110 11001010 101 0 10100 0 1001010 1100000 1011001

Color Harmonies of #F2FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FECA

Black with #F2FECA

Text Example


Text Example

White with #F2FECA

Text Example


Text Example

HTML Codes & Css Web 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>