#F0CEF0

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

Shades of Snuff #F0CEF0

Tints of Snuff #F0CEF0

Color information

#F0CEF0 (or 0xF0CEF0) is unknown color: approx Snuff. HEX triplet: F0, CE and F0. RGB value is (240,206,240). Sum of RGB (Red+Green+Blue) = 240+206+240=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0CEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEF0 is #0F310F. Grayscale: #DBDBDB. Windows color (decimal): -995600 or 15781616. OLE color: 15781616.

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

Color convert

RGB240206240-
CMYK00.1400.06
HSL300º53.12%87.45%-
HSV(B)300º14.17%94.12%-
XYZ73.7368.9691.86-
YUV220.04139.26142.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.99%
GREEN value IS 206 (80.86% from 255) = 30.03%
BLUE value IS 240 (94.14% from 255) = 34.99%
R=34.99%
G=30.03%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020624000.1400.0630053.1287.45
HexF0CEF00E0612c3557
Octal3603163600160645465127
Binary1111000011001110111100000111001101001011001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEF0; }

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

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

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

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

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

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

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

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