#F3E2EF

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

Shades of Snuff #F3E2EF

Tints of Snuff #F3E2EF

Color information

#F3E2EF (or 0xF3E2EF) is unknown color: approx Snuff. HEX triplet: F3, E2 and EF. RGB value is (243,226,239). Sum of RGB (Red+Green+Blue) = 243+226+239=708 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.32% from 708); Green value is 226 (88.67% from 255 or 31.92% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E2EF is #0C1D10. Grayscale: #E8E8E8. Windows color (decimal): -793873 or 15721203. OLE color: 15721203.

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

Color convert

RGB243226239-
CMYK00.070.020.05
HSL314.12º41.46%91.96%-
HSV(B)314.12º7%95.29%-
XYZ79.7479.6892.84-
YUV232.57131.63135.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.32%
GREEN value IS 226 (88.67% from 255) = 31.92%
BLUE value IS 239 (93.75% from 255) = 33.76%
R=34.32%
G=31.92%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322623900.070.020.05314.1241.4691.96
HexF3E2EF072513a295c
Octal363342357072547251134
Binary1111001111100010111011110111101011001110101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E2EF; }

 p { color: rgb(243,226,239); }

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

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

 a { background-color: rgb(243,226,239); }

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

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

 span { border-color: rgb(243,226,239); }

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