#F3DCEE

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

Shades of Snuff #F3DCEE

Tints of Snuff #F3DCEE

Color information

#F3DCEE (or 0xF3DCEE) is unknown color: approx Snuff. HEX triplet: F3, DC and EE. RGB value is (243,220,238). Sum of RGB (Red+Green+Blue) = 243+220+238=701 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.66% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DCEE is #0C2311. Grayscale: #E4E4E4. Windows color (decimal): -795410 or 15654131. OLE color: 15654131.

HSL color Cylindrical-coordinate representation of color #F3DCEE: hue angle of 313.04º degrees, saturation: 0.49, 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 #F3DCEE is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB243220238-
CMYK00.090.020.05
HSL313.04º48.94%90.78%-
HSV(B)313.04º9.47%95.29%-
XYZ77.9976.4191.53-
YUV228.93133.12138.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.66%
GREEN value IS 220 (86.33% from 255) = 31.38%
BLUE value IS 238 (93.36% from 255) = 33.95%
R=34.66%
G=31.38%
B=33.95%

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
Decimal24322023800.090.020.05313.0448.9490.78
HexF3DCEE0925139315b
Octal3633343560112547161133
Binary11110011110111001110111001001101011001110011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCEE; }

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

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

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

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

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

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

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

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