#F0C2EF

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

Shades of Snuff #F0C2EF

Tints of Snuff #F0C2EF

Color information

#F0C2EF (or 0xF0C2EF) is unknown color: approx Snuff. HEX triplet: F0, C2 and EF. RGB value is (240,194,239). Sum of RGB (Red+Green+Blue) = 240+194+239=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 194 (76.17% from 255 or 28.83% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C2EF is #0F3D10. Grayscale: #D4D4D4. Windows color (decimal): -998673 or 15713008. OLE color: 15713008.

HSL color Cylindrical-coordinate representation of color #F0C2EF: hue angle of 301.3º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0C2EF is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB240194239-
CMYK00.190.000.06
HSL301.3º60.53%85.1%-
HSV(B)301.3º19.17%94.12%-
XYZ70.8163.3490.16-
YUV212.88142.74147.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.66%
GREEN value IS 194 (76.17% from 255) = 28.83%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=35.66%
G=28.83%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019423900.190.000.06301.360.5385.1
HexF0C2EF0130612d3d55
Octal3603023570230645575125
Binary11110000110000101110111101001101101001011011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C2EF; }

 p { color: rgb(240,194,239); }

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

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

 a { background-color: rgb(240,194,239); }

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

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

 span { border-color: rgb(240,194,239); }

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