#F0C3EC

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

Shades of Snuff #F0C3EC

Tints of Snuff #F0C3EC

Color information

#F0C3EC (or 0xF0C3EC) is unknown color: approx Snuff. HEX triplet: F0, C3 and EC. RGB value is (240,195,236). Sum of RGB (Red+Green+Blue) = 240+195+236=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C3EC is #0F3C13. Grayscale: #D5D5D5. Windows color (decimal): -998420 or 15516656. OLE color: 15516656.

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

Color convert

RGB240195236-
CMYK00.190.020.06
HSL305.33º60%85.29%-
HSV(B)305.33º18.75%94.12%-
XYZ70.5963.6187.91-
YUV213.13140.91147.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.77%
GREEN value IS 195 (76.56% from 255) = 29.06%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=35.77%
G=29.06%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019523600.190.020.06305.336085.29
HexF0C3EC013261313c55
Octal3603033540232646174125
Binary111100001100001111101100010011101101001100011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C3EC; }

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

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

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

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

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

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

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

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