Html Css Color HEX #F2FEC7 Snow Flurry

📋 copy color: '#F2FEC7'

red 242 ◦ green 254 ◦ blue 199

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

Shades of Snow Flurry #F2FEC7

Tints of Snow Flurry #F2FEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 28.63%

R = 34.82%
G = 36.55%
B = 28.63%

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

#F2FEC7 (or 0xF2FEC7) is known color: Snow Flurry. HEX triplet: F2, FE and C7. RGB value is (242,254,199). Sum of RGB (Red+Green+Blue) = 242+254+199=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 199 (78.12% from 255 or 28.63% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEC7 is #0D0138. Grayscale: #F4F4F4. Windows color (decimal): -852281 or 13106930. OLE color: 13106930.

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

Color convert

RGB 242 254 199 -
CMYK 0.05 0 0.22 0.00
HSL 73.09º 0.96% 0.89% -
HSV(B) 73.09º 0.22% 1% -
XYZ 82.37 93.88 67.81 -
YUV 244.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 242 254 199 0.05 0 0.22 0.00 73.09 0.96 0.89
Hex F2 FE C7 5 0 16 0 49 60 59
Octal 362 376 307 5 0 26 0 111 140 131
Binary 11110010 11111110 11000111 101 0 10110 0 1001001 1100000 1011001

Color Harmonies of #F2FEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEC7

Black with #F2FEC7

Text Example


Text Example

White with #F2FEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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