#F3E0F0

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

Shades of Snuff #F3E0F0

Tints of Snuff #F3E0F0

Color information

#F3E0F0 (or 0xF3E0F0) is unknown color: approx Snuff. HEX triplet: F3, E0 and F0. RGB value is (243,224,240). Sum of RGB (Red+Green+Blue) = 243+224+240=707 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.37% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E0F0 is #0C1F0F. Grayscale: #E7E7E7. Windows color (decimal): -794384 or 15786227. OLE color: 15786227.

HSL color Cylindrical-coordinate representation of color #F3E0F0: hue angle of 309.47º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F3E0F0 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB243224240-
CMYK00.080.010.05
HSL309.47º44.19%91.57%-
HSV(B)309.47º7.82%95.29%-
XYZ79.3578.6693.44-
YUV231.5132.79136.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.37%
GREEN value IS 224 (87.89% from 255) = 31.68%
BLUE value IS 240 (94.14% from 255) = 33.95%
R=34.37%
G=31.68%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322424000.080.010.05309.4744.1991.57
HexF3E0F008151352c5c
Octal3633403600101546554134
Binary1111001111100000111100000100011011001101011011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E0F0; }

 p { color: rgb(243,224,240); }

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

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

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

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

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

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

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