Html Css Color HEX #F0FEC0 Snow Flurry

📋 copy color: '#F0FEC0'

red 240 ◦ green 254 ◦ blue 192

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

Shades of Snow Flurry #F0FEC0

Tints of Snow Flurry #F0FEC0

RGB

 RED value IS 240 (94.14% from 255) = 34.99%

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

 BLUE value IS 192 (75.39% from 255) = 27.99%

R = 34.99%
G = 37.03%
B = 27.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#F0FEC0 (or 0xF0FEC0) is known color: Snow Flurry. HEX triplet: F0, FE and C0. RGB value is (240,254,192). Sum of RGB (Red+Green+Blue) = 240+254+192=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 192 (75.39% from 255 or 27.99% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEC0 is #0F013F. Grayscale: #F2F2F2. Windows color (decimal): -983360 or 12648176. OLE color: 12648176.

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

Color convert

RGB 240 254 192 -
CMYK 0.06 0 0.24 0.00
HSL 73.55º 0.97% 0.87% -
HSV(B) 73.55º 0.24% 1% -
XYZ 80.89 93.21 63.6 -
YUV 242.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 240 254 192 0.06 0 0.24 0.00 73.55 0.97 0.87
Hex F0 FE C0 6 0 18 0 4A 61 57
Octal 360 376 300 6 0 30 0 112 141 127
Binary 11110000 11111110 11000000 110 0 11000 0 1001010 1100001 1010111

Color Harmonies of #F0FEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FEC0

Black with #F0FEC0

Text Example


Text Example

White with #F0FEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FEC0; }

 p { color: rgb(240,254,192); }

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

background-color css

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

 a { background-color: rgb(240,254,192); }

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

border-color css

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

 span { border-color: rgb(240,254,192); }

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