#F2C7EA

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

Shades of Snuff #F2C7EA

Tints of Snuff #F2C7EA

Color information

#F2C7EA (or 0xF2C7EA) is unknown color: approx Snuff. HEX triplet: F2, C7 and EA. RGB value is (242,199,234). Sum of RGB (Red+Green+Blue) = 242+199+234=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 199 (78.12% from 255 or 29.48% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C7EA is #0D3815. Grayscale: #D7D7D7. Windows color (decimal): -866326 or 15386610. OLE color: 15386610.

HSL color Cylindrical-coordinate representation of color #F2C7EA: hue angle of 311.16º 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 #F2C7EA is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242199234-
CMYK00.180.030.05
HSL311.16º62.32%86.47%-
HSV(B)311.16º17.77%94.9%-
XYZ71.8965.6686.73-
YUV215.85138.25146.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.85%
GREEN value IS 199 (78.12% from 255) = 29.48%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=35.85%
G=29.48%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219923400.180.030.05311.1662.3286.47
HexF2C7EA012351373e56
Octal3623073520223546776126
Binary111100101100011111101010010010111011001101111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C7EA; }

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

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

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

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

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

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

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

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