Html Css Color HEX #F2FEC5 Snow Flurry

📋 copy color: '#F2FEC5'

red 242 ◦ green 254 ◦ blue 197

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

Shades of Snow Flurry #F2FEC5

Tints of Snow Flurry #F2FEC5

RGB

 RED value IS 242 (94.92% from 255) = 34.92%

 GREEN value IS 254 (99.61% from 255) = 36.65%

 BLUE value IS 197 (77.34% from 255) = 28.43%

R = 34.92%
G = 36.65%
B = 28.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#F2FEC5 (or 0xF2FEC5) is known color: Snow Flurry. HEX triplet: F2, FE and C5. RGB value is (242,254,197). Sum of RGB (Red+Green+Blue) = 242+254+197=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 197 (77.34% from 255 or 28.43% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEC5 is #0D013A. Grayscale: #F4F4F4. Windows color (decimal): -852283 or 12975858. OLE color: 12975858.

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

Color convert

RGB 242 254 197 -
CMYK 0.05 0 0.22 0.00
HSL 72.63º 0.97% 0.88% -
HSV(B) 72.63º 0.22% 1% -
XYZ 82.14 93.79 66.6 -
YUV 243.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 242 254 197 0.05 0 0.22 0.00 72.63 0.97 0.88
Hex F2 FE C5 5 0 16 0 49 61 58
Octal 362 376 305 5 0 26 0 111 141 130
Binary 11110010 11111110 11000101 101 0 10110 0 1001001 1100001 1011000

Color Harmonies of #F2FEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEC5

Black with #F2FEC5

Text Example


Text Example

White with #F2FEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEC5; }

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

 H1.HeaderClassName
 {
   color: #F2FEC5;
 }
 .AnyTagClassName
 {
   color: #F2FEC5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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