#F2C2EF

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

Shades of Snuff #F2C2EF

Tints of Snuff #F2C2EF

Color information

#F2C2EF (or 0xF2C2EF) is unknown color: approx Snuff. HEX triplet: F2, C2 and EF. RGB value is (242,194,239). Sum of RGB (Red+Green+Blue) = 242+194+239=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 194 (76.17% from 255 or 28.74% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C2EF is #0D3D10. Grayscale: #D5D5D5. Windows color (decimal): -867601 or 15713010. OLE color: 15713010.

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

Color convert

RGB242194239-
CMYK00.200.010.05
HSL303.75º64.86%85.49%-
HSV(B)303.75º19.83%94.9%-
XYZ71.4963.6990.19-
YUV213.48142.4148.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.85%
GREEN value IS 194 (76.17% from 255) = 28.74%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=35.85%
G=28.74%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219423900.200.010.05303.7564.8685.49
HexF2C2EF014151304155
Octal36230235702415460101125
Binary111100101100001011101111010100110110011000010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C2EF; }

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

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

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

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

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

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

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

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