#F0FAC9

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

Shades of Snow Flurry #F0FAC9

Tints of Snow Flurry #F0FAC9

Color information

#F0FAC9 (or 0xF0FAC9) is unknown color: approx Snow Flurry. HEX triplet: F0, FA and C9. RGB value is (240,250,201). Sum of RGB (Red+Green+Blue) = 240+250+201=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 201 (78.91% from 255 or 29.09% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAC9 is #0F0536. Grayscale: #F1F1F1. Windows color (decimal): -984375 or 13236976. OLE color: 13236976.

HSL color Cylindrical-coordinate representation of color #F0FAC9: hue angle of 72.24º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0FAC9 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB240250201-
CMYK0.0400.200.02
HSL72.24º83.05%88.43%-
HSV(B)72.24º19.6%98.04%-
XYZ80.6691.1168.59-
YUV241.42105.19126.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.73%
GREEN value IS 250 (98.05% from 255) = 36.18%
BLUE value IS 201 (78.91% from 255) = 29.09%
R=34.73%
G=36.18%
B=29.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402502010.0400.200.0272.2483.0588.43
HexF0FAC940142485358
Octal36037231140242110123130
Binary11110000111110101100100110001010010100100010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FAC9; }

 p { color: rgb(240,250,201); }

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

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

 a { background-color: rgb(240,250,201); }

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

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

 span { border-color: rgb(240,250,201); }

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