#F0FDD7

Color #F0FDD7 Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #F0FDD7

Tints of Snow Flurry #F0FDD7

Color information

#F0FDD7 (or 0xF0FDD7) is unknown color: approx Snow Flurry. HEX triplet: F0, FD and D7. RGB value is (240,253,215). Sum of RGB (Red+Green+Blue) = 240+253+215=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 215 (84.38% from 255 or 30.37% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDD7 is #0F0228. Grayscale: #F4F4F4. Windows color (decimal): -983593 or 14155248. OLE color: 14155248.

HSL color Cylindrical-coordinate representation of color #F0FDD7: hue angle of 80.53º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0FDD7 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB240253215-
CMYK0.0500.150.01
HSL80.53º90.48%91.76%-
HSV(B)80.53º15.02%99.22%-
XYZ83.3393.6877.98-
YUV244.78111.19124.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.90%
GREEN value IS 253 (99.22% from 255) = 35.73%
BLUE value IS 215 (84.38% from 255) = 30.37%
R=33.90%
G=35.73%
B=30.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402532150.0500.150.0180.5390.4891.76
HexF0FDD750F1515a5c
Octal36037532750171121132134
Binary111100001111110111010111101011111101000110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FDD7; }

 p { color: rgb(240,253,215); }

 H1.HeaderClassName
 {
   color: #F0FDD7;
 }
 .AnyTagClassName
 {
   color: #F0FDD7;
 }
</style>
background-color css

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

 a { background-color: rgb(240,253,215); }

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

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

 span { border-color: rgb(240,253,215); }

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