#F0C6EF

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

Shades of Snuff #F0C6EF

Tints of Snuff #F0C6EF

Color information

#F0C6EF (or 0xF0C6EF) is unknown color: approx Snuff. HEX triplet: F0, C6 and EF. RGB value is (240,198,239). Sum of RGB (Red+Green+Blue) = 240+198+239=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 198 (77.73% from 255 or 29.25% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C6EF is #0F3910. Grayscale: #D7D7D7. Windows color (decimal): -997649 or 15714032. OLE color: 15714032.

HSL color Cylindrical-coordinate representation of color #F0C6EF: hue angle of 301.43º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C6EF is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB240198239-
CMYK00.180.000.06
HSL301.43º58.33%85.88%-
HSV(B)301.43º17.5%94.12%-
XYZ71.7165.1590.46-
YUV215.23141.41145.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.45%
GREEN value IS 198 (77.73% from 255) = 29.25%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=35.45%
G=29.25%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019823900.180.000.06301.4358.3385.88
HexF0C6EF0120612d3a56
Octal3603063570220645572126
Binary11110000110001101110111101001001101001011011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C6EF; }

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

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

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

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

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

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

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

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