Html Css Color HEX #F2FEC6 Snow Flurry

📋 copy color: '#F2FEC6'

red 242 ◦ green 254 ◦ blue 198

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

Shades of Snow Flurry #F2FEC6

Tints of Snow Flurry #F2FEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 28.53%

R = 34.87%
G = 36.6%
B = 28.53%

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

#F2FEC6 (or 0xF2FEC6) is known color: Snow Flurry. HEX triplet: F2, FE and C6. RGB value is (242,254,198). Sum of RGB (Red+Green+Blue) = 242+254+198=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 198 (77.73% from 255 or 28.53% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEC6 is #0D0139. Grayscale: #F4F4F4. Windows color (decimal): -852282 or 13041394. OLE color: 13041394.

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

Color convert

RGB 242 254 198 -
CMYK 0.05 0 0.22 0.00
HSL 72.86º 0.97% 0.89% -
HSV(B) 72.86º 0.22% 1% -
XYZ 82.25 93.84 67.2 -
YUV 244.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 242 254 198 0.05 0 0.22 0.00 72.86 0.97 0.89
Hex F2 FE C6 5 0 16 0 49 61 59
Octal 362 376 306 5 0 26 0 111 141 131
Binary 11110010 11111110 11000110 101 0 10110 0 1001001 1100001 1011001

Color Harmonies of #F2FEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEC6

Black with #F2FEC6

Text Example


Text Example

White with #F2FEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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