#F0FDD0

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

Shades of Snow Flurry #F0FDD0

Tints of Snow Flurry #F0FDD0

Color information

#F0FDD0 (or 0xF0FDD0) is unknown color: approx Snow Flurry. HEX triplet: F0, FD and D0. RGB value is (240,253,208). Sum of RGB (Red+Green+Blue) = 240+253+208=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 208 (81.64% from 255 or 29.67% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDD0 is #0F022F. Grayscale: #F4F4F4. Windows color (decimal): -983600 or 13696496. OLE color: 13696496.

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

Color convert

RGB240253208-
CMYK0.0500.180.01
HSL77.33º91.84%90.39%-
HSV(B)77.33º17.79%99.22%-
XYZ82.4593.3373.34-
YUV243.98107.69125.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.24%
GREEN value IS 253 (99.22% from 255) = 36.09%
BLUE value IS 208 (81.64% from 255) = 29.67%
R=34.24%
G=36.09%
B=29.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402532080.0500.180.0177.3391.8490.39
HexF0FDD0501214d5c5a
Octal36037532050221115134132
Binary1111000011111101110100001010100101100110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FDD0; }

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

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

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

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

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

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

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

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