#F2C2F3

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

Shades of Snuff #F2C2F3

Tints of Snuff #F2C2F3

Color information

#F2C2F3 (or 0xF2C2F3) is unknown color: approx Snuff. HEX triplet: F2, C2 and F3. RGB value is (242,194,243). Sum of RGB (Red+Green+Blue) = 242+194+243=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 194 (76.17% from 255 or 28.57% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2C2F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C2F3 is #0D3D0C. Grayscale: #D5D5D5. Windows color (decimal): -867597 or 15975154. OLE color: 15975154.

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

Color convert

RGB242194243-
CMYK0.000.2000.05
HSL298.78º67.12%85.69%-
HSV(B)298.78º20.16%95.29%-
XYZ72.0963.9393.33-
YUV213.94144.4148.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 194 (76.17% from 255) = 28.57%
BLUE value IS 243 (95.31% from 255) = 35.79%
R=35.64%
G=28.57%
B=35.79%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421942430.000.2000.05298.7867.1285.69
HexF2C2F30140512b4356
Octal36230236302405453103126
Binary111100101100001011110011010100010110010101110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C2F3; }

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

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

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

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

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

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

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

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