#F0C6EE

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

Shades of Snuff #F0C6EE

Tints of Snuff #F0C6EE

Color information

#F0C6EE (or 0xF0C6EE) is unknown color: approx Snuff. HEX triplet: F0, C6 and EE. RGB value is (240,198,238). Sum of RGB (Red+Green+Blue) = 240+198+238=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 198 (77.73% from 255 or 29.29% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C6EE is #0F3911. Grayscale: #D7D7D7. Windows color (decimal): -997650 or 15648496. OLE color: 15648496.

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

Color convert

RGB240198238-
CMYK00.180.010.06
HSL302.86º58.33%85.88%-
HSV(B)302.86º17.5%94.12%-
XYZ71.5665.0989.68-
YUV215.12140.91145.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.50%
GREEN value IS 198 (77.73% from 255) = 29.29%
BLUE value IS 238 (93.36% from 255) = 35.21%
R=35.50%
G=29.29%
B=35.21%

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
Decimal24019823800.180.010.06302.8658.3385.88
HexF0C6EE0121612f3a56
Octal3603063560221645772126
Binary11110000110001101110111001001011101001011111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C6EE; }

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

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

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

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

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

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

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

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