Html Css Color HEX #F2FEC9 Snow Flurry

📋 copy color: '#F2FEC9'

red 242 ◦ green 254 ◦ blue 201

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

Shades of Snow Flurry #F2FEC9

Tints of Snow Flurry #F2FEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 28.84%

R = 34.72%
G = 36.44%
B = 28.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#F2FEC9 (or 0xF2FEC9) is known color: Snow Flurry. HEX triplet: F2, FE and C9. RGB value is (242,254,201). Sum of RGB (Red+Green+Blue) = 242+254+201=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 201 (78.91% from 255 or 28.84% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEC9 is #0D0136. Grayscale: #F4F4F4. Windows color (decimal): -852279 or 13238002. OLE color: 13238002.

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

Color convert

RGB 242 254 201 -
CMYK 0.05 0 0.21 0.00
HSL 73.58º 0.96% 0.89% -
HSV(B) 73.58º 0.21% 1% -
XYZ 82.6 93.98 69.04 -
YUV 244.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 242 254 201 0.05 0 0.21 0.00 73.58 0.96 0.89
Hex F2 FE C9 5 0 15 0 4A 60 59
Octal 362 376 311 5 0 25 0 112 140 131
Binary 11110010 11111110 11001001 101 0 10101 0 1001010 1100000 1011001

Color Harmonies of #F2FEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEC9

Black with #F2FEC9

Text Example


Text Example

White with #F2FEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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