#F2C7EF

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

Shades of Snuff #F2C7EF

Tints of Snuff #F2C7EF

Color information

#F2C7EF (or 0xF2C7EF) is unknown color: approx Snuff. HEX triplet: F2, C7 and EF. RGB value is (242,199,239). Sum of RGB (Red+Green+Blue) = 242+199+239=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 199 (78.12% from 255 or 29.26% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C7EF is #0D3810. Grayscale: #D8D8D8. Windows color (decimal): -866321 or 15714290. OLE color: 15714290.

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

Color convert

RGB242199239-
CMYK00.180.010.05
HSL304.19º62.32%86.47%-
HSV(B)304.19º17.77%94.9%-
XYZ72.6265.9690.56-
YUV216.42140.75146.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.59%
GREEN value IS 199 (78.12% from 255) = 29.26%
BLUE value IS 239 (93.75% from 255) = 35.15%
R=35.59%
G=29.26%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219923900.180.010.05304.1962.3286.47
HexF2C7EF012151303e56
Octal3623073570221546076126
Binary11110010110001111110111101001011011001100001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C7EF; }

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

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

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

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

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

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

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

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