#F2CCF2

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

Shades of Snuff #F2CCF2

Tints of Snuff #F2CCF2

Color information

#F2CCF2 (or 0xF2CCF2) is unknown color: approx Snuff. HEX triplet: F2, CC and F2. RGB value is (242,204,242). Sum of RGB (Red+Green+Blue) = 242+204+242=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F2CCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCF2 is #0D330D. Grayscale: #DBDBDB. Windows color (decimal): -865038 or 15912178. OLE color: 15912178.

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

Color convert

RGB242204242-
CMYK00.1600.05
HSL300º59.38%87.45%-
HSV(B)300º15.7%94.9%-
XYZ74.2468.4793.31-
YUV219.69140.59143.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.17%
GREEN value IS 204 (80.08% from 255) = 29.65%
BLUE value IS 242 (94.92% from 255) = 35.17%
R=35.17%
G=29.65%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220424200.1600.0530059.3887.45
HexF2CCF20100512c3b57
Octal3623143620200545473127
Binary11110010110011001111001001000001011001011001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCF2; }

 p { color: rgb(242,204,242); }

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

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

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

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

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

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

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