Html Css Color HEX #F0FED0 Snow Flurry

📋 copy color: '#F0FED0'

red 240 ◦ green 254 ◦ blue 208

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

Shades of Snow Flurry #F0FED0

Tints of Snow Flurry #F0FED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 29.63%

R = 34.19%
G = 36.18%
B = 29.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#F0FED0 (or 0xF0FED0) is known color: Snow Flurry. HEX triplet: F0, FE and D0. RGB value is (240,254,208). Sum of RGB (Red+Green+Blue) = 240+254+208=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 208 (81.64% from 255 or 29.63% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FED0 is #0F012F. Grayscale: #F4F4F4. Windows color (decimal): -983344 or 13696752. OLE color: 13696752.

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

Color convert

RGB 240 254 208 -
CMYK 0.06 0 0.18 0.00
HSL 78.26º 0.96% 0.91% -
HSV(B) 78.26º 0.18% 1% -
XYZ 82.76 93.96 73.45 -
YUV 244.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 240 254 208 0.06 0 0.18 0.00 78.26 0.96 0.91
Hex F0 FE D0 6 0 12 0 4E 60 5B
Octal 360 376 320 6 0 22 0 116 140 133
Binary 11110000 11111110 11010000 110 0 10010 0 1001110 1100000 1011011

Color Harmonies of #F0FED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FED0

Black with #F0FED0

Text Example


Text Example

White with #F0FED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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