#F0CEEF

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

Shades of Snuff #F0CEEF

Tints of Snuff #F0CEEF

Color information

#F0CEEF (or 0xF0CEEF) is unknown color: approx Snuff. HEX triplet: F0, CE and EF. RGB value is (240,206,239). Sum of RGB (Red+Green+Blue) = 240+206+239=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEEF is #0F3110. Grayscale: #DBDBDB. Windows color (decimal): -995601 or 15716080. OLE color: 15716080.

HSL color Cylindrical-coordinate representation of color #F0CEEF: hue angle of 301.76º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CEEF is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB240206239-
CMYK00.140.000.06
HSL301.76º53.12%87.45%-
HSV(B)301.76º14.17%94.12%-
XYZ73.5968.991.08-
YUV219.93138.76142.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.04%
GREEN value IS 206 (80.86% from 255) = 30.07%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=35.04%
G=30.07%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020623900.140.000.06301.7653.1287.45
HexF0CEEF0E0612e3557
Octal3603163570160645665127
Binary1111000011001110111011110111001101001011101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEEF; }

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

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

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

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

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

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

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

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