Html Css Color HEX #F0FFD5 Snow Flurry

📋 copy color: '#F0FFD5'

red 240 ◦ green 255 ◦ blue 213

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

Shades of Snow Flurry #F0FFD5

Tints of Snow Flurry #F0FFD5

RGB

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

 GREEN value IS 255 (100% from 255) = 36.02%

 BLUE value IS 213 (83.59% from 255) = 30.08%

R = 33.9%
G = 36.02%
B = 30.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#F0FFD5 (or 0xF0FFD5) is known color: Snow Flurry. HEX triplet: F0, FF and D5. RGB value is (240,255,213). Sum of RGB (Red+Green+Blue) = 240+255+213=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 213 (83.59% from 255 or 30.08% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFD5 is #0F002A. Grayscale: #F5F5F5. Windows color (decimal): -983083 or 14024688. OLE color: 14024688.

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

Color convert

RGB 240 255 213 -
CMYK 0.06 0 0.16 0
HSL 81.43º 1% 0.92% -
HSV(B) 81.43º 0.16% 1% -
XYZ 83.71 94.85 76.85 -
YUV 245.73 109.53 123.92 -
System Red Green Blue C M Y K H S L
Decimal 240 255 213 0.06 0 0.16 0 81.43 1 0.92
Hex F0 FF D5 6 0 10 0 51 64 5C
Octal 360 377 325 6 0 20 0 121 144 134
Binary 11110000 11111111 11010101 110 0 10000 0 1010001 1100100 1011100

Color Harmonies of #F0FFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FFD5

Black with #F0FFD5

Text Example


Text Example

White with #F0FFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FFD5; }

 p { color: rgb(240,255,213); }

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

background-color css

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

 a { background-color: rgb(240,255,213); }

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

border-color css

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

 span { border-color: rgb(240,255,213); }

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