#F0C1EF

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

Shades of Snuff #F0C1EF

Tints of Snuff #F0C1EF

Color information

#F0C1EF (or 0xF0C1EF) is unknown color: approx Snuff. HEX triplet: F0, C1 and EF. RGB value is (240,193,239). Sum of RGB (Red+Green+Blue) = 240+193+239=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 193 (75.78% from 255 or 28.72% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1EF is #0F3E10. Grayscale: #D4D4D4. Windows color (decimal): -998929 or 15712752. OLE color: 15712752.

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

Color convert

RGB240193239-
CMYK00.200.000.06
HSL301.28º61.04%84.9%-
HSV(B)301.28º19.58%94.12%-
XYZ70.5962.990.08-
YUV212.3143.07147.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.71%
GREEN value IS 193 (75.78% from 255) = 28.72%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=35.71%
G=28.72%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019323900.200.000.06301.2861.0484.9
HexF0C1EF0140612d3d55
Octal3603013570240645575125
Binary11110000110000011110111101010001101001011011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1EF; }

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

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

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

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

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

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

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

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