#F0FFD2

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

Shades of Snow Flurry #F0FFD2

Tints of Snow Flurry #F0FFD2

Color information

#F0FFD2 (or 0xF0FFD2) is unknown color: approx Snow Flurry. HEX triplet: F0, FF and D2. RGB value is (240,255,210). Sum of RGB (Red+Green+Blue) = 240+255+210=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 210 (82.42% from 255 or 29.79% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFD2 is #0F002D. Grayscale: #F5F5F5. Windows color (decimal): -983086 or 13828080. OLE color: 13828080.

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

Color convert

RGB240255210-
CMYK0.0600.180
HSL80º100%91.18%-
HSV(B)80º17.65%100%-
XYZ83.3394.774.86-
YUV245.38108.03124.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.04%
GREEN value IS 255 (100% from 255) = 36.17%
BLUE value IS 210 (82.42% from 255) = 29.79%
R=34.04%
G=36.17%
B=29.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402552100.0600.1808010091.18
HexF0FFD26012050645b
Octal36037732260220120144133
Binary1111000011111111110100101100100100101000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFD2; }

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

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

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

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

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

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

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

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