#F3DEEE

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

Shades of Snuff #F3DEEE

Tints of Snuff #F3DEEE

Color information

#F3DEEE (or 0xF3DEEE) is unknown color: approx Snuff. HEX triplet: F3, DE and EE. RGB value is (243,222,238). Sum of RGB (Red+Green+Blue) = 243+222+238=703 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.57% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DEEE is #0C2111. Grayscale: #E6E6E6. Windows color (decimal): -794898 or 15654643. OLE color: 15654643.

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

Color convert

RGB243222238-
CMYK00.090.020.05
HSL314.29º46.67%91.18%-
HSV(B)314.29º8.64%95.29%-
XYZ78.5277.4791.7-
YUV230.1132.46137.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.57%
GREEN value IS 222 (87.11% from 255) = 31.58%
BLUE value IS 238 (93.36% from 255) = 33.85%
R=34.57%
G=31.58%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322223800.090.020.05314.2946.6791.18
HexF3DEEE092513a2f5b
Octal3633363560112547257133
Binary11110011110111101110111001001101011001110101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DEEE; }

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

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

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

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

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

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

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

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