#f0c6f2

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

Shades of Snuff #F0C6F2

Tints of Snuff #F0C6F2

Color information

#F0C6F2 (or 0xF0C6F2) is unknown color: approx Snuff. HEX triplet: F0, C6 and F2. RGB value is (240,198,242). Sum of RGB (Red+Green+Blue) = 240+198+242=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 198 (77.73% from 255 or 29.12% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0C6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C6F2 is #0F390D. Grayscale: #D7D7D7. Windows color (decimal): -997646 or 15910640. OLE color: 15910640.

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

Color convert

RGB240198242-
CMYK0.010.1800.05
HSL297.27º62.86%86.27%-
HSV(B)297.27º18.18%94.9%-
XYZ72.1665.3292.81-
YUV215.57142.91145.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.29%
GREEN value IS 198 (77.73% from 255) = 29.12%
BLUE value IS 242 (94.92% from 255) = 35.59%
R=35.29%
G=29.12%
B=35.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401982420.010.1800.05297.2762.8686.27
HexF0C6F2112051293f56
Octal3603063621220545177126
Binary11110000110001101111001011001001011001010011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0c6f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0c6f2; }

 p { color: rgb(240,198,242); }

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

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

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

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

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

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

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