#F0C6ED

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

Shades of Snuff #F0C6ED

Tints of Snuff #F0C6ED

Color information

#F0C6ED (or 0xF0C6ED) is unknown color: approx Snuff. HEX triplet: F0, C6 and ED. RGB value is (240,198,237). Sum of RGB (Red+Green+Blue) = 240+198+237=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 198 (77.73% from 255 or 29.33% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C6ED is #0F3912. Grayscale: #D6D6D6. Windows color (decimal): -997651 or 15582960. OLE color: 15582960.

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

Color convert

RGB240198237-
CMYK00.180.010.06
HSL304.29º58.33%85.88%-
HSV(B)304.29º17.5%94.12%-
XYZ71.4265.0388.91-
YUV215140.41145.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.56%
GREEN value IS 198 (77.73% from 255) = 29.33%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=35.56%
G=29.33%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019823700.180.010.06304.2958.3385.88
HexF0C6ED012161303a56
Octal3603063550221646072126
Binary11110000110001101110110101001011101001100001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C6ED; }

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

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

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

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

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

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

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

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