#F2C0EF

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

Shades of Snuff #F2C0EF

Tints of Snuff #F2C0EF

Color information

#F2C0EF (or 0xF2C0EF) is unknown color: approx Snuff. HEX triplet: F2, C0 and EF. RGB value is (242,192,239). Sum of RGB (Red+Green+Blue) = 242+192+239=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C0EF is #0D3F10. Grayscale: #D4D4D4. Windows color (decimal): -868113 or 15712498. OLE color: 15712498.

HSL color Cylindrical-coordinate representation of color #F2C0EF: hue angle of 303.6º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0EF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB242192239-
CMYK00.210.010.05
HSL303.6º65.79%85.1%-
HSV(B)303.6º20.66%94.9%-
XYZ71.0562.8190.04-
YUV212.31143.06149.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.96%
GREEN value IS 192 (75.39% from 255) = 28.53%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=35.96%
G=28.53%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219223900.210.010.05303.665.7985.1
HexF2C0EF015151304255
Octal36230035702515460102125
Binary111100101100000011101111010101110110011000010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C0EF; }

 p { color: rgb(242,192,239); }

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

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

 a { background-color: rgb(242,192,239); }

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

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

 span { border-color: rgb(242,192,239); }

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