#F0FACA

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

Shades of Snow Flurry #F0FACA

Tints of Snow Flurry #F0FACA

Color information

#F0FACA (or 0xF0FACA) is unknown color: approx Snow Flurry. HEX triplet: F0, FA and CA. RGB value is (240,250,202). Sum of RGB (Red+Green+Blue) = 240+250+202=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 202 (79.30% from 255 or 29.19% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FACA is #0F0535. Grayscale: #F1F1F1. Windows color (decimal): -984374 or 13302512. OLE color: 13302512.

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

Color convert

RGB240250202-
CMYK0.0400.190.02
HSL72.5º82.76%88.63%-
HSV(B)72.5º19.2%98.04%-
XYZ80.7891.1669.22-
YUV241.54105.69126.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.68%
GREEN value IS 250 (98.05% from 255) = 36.13%
BLUE value IS 202 (79.30% from 255) = 29.19%
R=34.68%
G=36.13%
B=29.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402502020.0400.190.0272.582.7688.63
HexF0FACA40132485359
Octal36037231240232110123131
Binary11110000111110101100101010001001110100100010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FACA; }

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

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

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

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

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

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

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

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