#F3D8EE

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

Shades of Snuff #F3D8EE

Tints of Snuff #F3D8EE

Color information

#F3D8EE (or 0xF3D8EE) is unknown color: approx Snuff. HEX triplet: F3, D8 and EE. RGB value is (243,216,238). Sum of RGB (Red+Green+Blue) = 243+216+238=697 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.86% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D8EE is #0C2711. Grayscale: #E2E2E2. Windows color (decimal): -796434 or 15653107. OLE color: 15653107.

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

Color convert

RGB243216238-
CMYK00.110.020.05
HSL311.11º52.94%90%-
HSV(B)311.11º11.11%95.29%-
XYZ76.9574.3491.18-
YUV226.58134.45139.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.86%
GREEN value IS 216 (84.77% from 255) = 30.99%
BLUE value IS 238 (93.36% from 255) = 34.15%
R=34.86%
G=30.99%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321623800.110.020.05311.1152.9490
HexF3D8EE0B25137355a
Octal3633303560132546765132
Binary11110011110110001110111001011101011001101111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D8EE; }

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

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

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

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

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

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

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

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