#F2C9EC

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

Shades of Snuff #F2C9EC

Tints of Snuff #F2C9EC

Color information

#F2C9EC (or 0xF2C9EC) is unknown color: approx Snuff. HEX triplet: F2, C9 and EC. RGB value is (242,201,236). Sum of RGB (Red+Green+Blue) = 242+201+236=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C9EC is #0D3613. Grayscale: #D9D9D9. Windows color (decimal): -865812 or 15518194. OLE color: 15518194.

HSL color Cylindrical-coordinate representation of color #F2C9EC: hue angle of 308.78º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2C9EC is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242201236-
CMYK00.170.020.05
HSL308.78º61.19%86.86%-
HSV(B)308.78º16.94%94.9%-
XYZ72.6466.7188.4-
YUV217.25138.58145.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 201 (78.91% from 255) = 29.60%
BLUE value IS 236 (92.58% from 255) = 34.76%
R=35.64%
G=29.60%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220123600.170.020.05308.7861.1986.86
HexF2C9EC011251353d57
Octal3623113540212546575127
Binary111100101100100111101100010001101011001101011111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C9EC; }

 p { color: rgb(242,201,236); }

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

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

 a { background-color: rgb(242,201,236); }

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

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

 span { border-color: rgb(242,201,236); }

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