#F0CFEC

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

Shades of Snuff #F0CFEC

Tints of Snuff #F0CFEC

Color information

#F0CFEC (or 0xF0CFEC) is unknown color: approx Snuff. HEX triplet: F0, CF and EC. RGB value is (240,207,236). Sum of RGB (Red+Green+Blue) = 240+207+236=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFEC is #0F3013. Grayscale: #DCDCDC. Windows color (decimal): -995348 or 15519728. OLE color: 15519728.

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

Color convert

RGB240207236-
CMYK00.140.020.06
HSL307.27º52.38%87.65%-
HSV(B)307.27º13.75%94.12%-
XYZ73.3969.2188.85-
YUV220.17136.93142.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.14%
GREEN value IS 207 (81.25% from 255) = 30.31%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=35.14%
G=30.31%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020723600.140.020.06307.2752.3887.65
HexF0CFEC0E261333458
Octal3603173540162646364130
Binary11110000110011111110110001110101101001100111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFEC; }

 p { color: rgb(240,207,236); }

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

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

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

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

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

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

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