#F0CCEB

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

Shades of Snuff #F0CCEB

Tints of Snuff #F0CCEB

Color information

#F0CCEB (or 0xF0CCEB) is unknown color: approx Snuff. HEX triplet: F0, CC and EB. RGB value is (240,204,235). Sum of RGB (Red+Green+Blue) = 240+204+235=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCEB is #0F3314. Grayscale: #DADADA. Windows color (decimal): -996117 or 15453424. OLE color: 15453424.

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

Color convert

RGB240204235-
CMYK00.150.020.06
HSL308.33º54.55%87.06%-
HSV(B)308.33º15%94.12%-
XYZ72.5267.7187.84-
YUV218.3137.43143.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.35%
GREEN value IS 204 (80.08% from 255) = 30.04%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=35.35%
G=30.04%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020423500.150.020.06308.3354.5587.06
HexF0CCEB0F261343757
Octal3603143530172646467127
Binary11110000110011001110101101111101101001101001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCEB; }

 p { color: rgb(240,204,235); }

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

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

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

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

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

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

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