#F3D3EE

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

Shades of Snuff #F3D3EE

Tints of Snuff #F3D3EE

Color information

#F3D3EE (or 0xF3D3EE) is unknown color: approx Snuff. HEX triplet: F3, D3 and EE. RGB value is (243,211,238). Sum of RGB (Red+Green+Blue) = 243+211+238=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 211 (82.81% from 255 or 30.49% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D3EE is #0C2C11. Grayscale: #DFDFDF. Windows color (decimal): -797714 or 15651827. OLE color: 15651827.

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

Color convert

RGB243211238-
CMYK00.130.020.05
HSL309.38º57.14%89.02%-
HSV(B)309.38º13.17%95.29%-
XYZ75.6971.8290.76-
YUV223.65136.1141.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.12%
GREEN value IS 211 (82.81% from 255) = 30.49%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=35.12%
G=30.49%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321123800.130.020.05309.3857.1489.02
HexF3D3EE0D251353959
Octal3633233560152546571131
Binary11110011110100111110111001101101011001101011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D3EE; }

 p { color: rgb(243,211,238); }

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

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

 a { background-color: rgb(243,211,238); }

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

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

 span { border-color: rgb(243,211,238); }

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