#F3DFEE

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

Shades of Snuff #F3DFEE

Tints of Snuff #F3DFEE

Color information

#F3DFEE (or 0xF3DFEE) is unknown color: approx Snuff. HEX triplet: F3, DF and EE. RGB value is (243,223,238). Sum of RGB (Red+Green+Blue) = 243+223+238=704 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.52% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DFEE is #0C2011. Grayscale: #E6E6E6. Windows color (decimal): -794642 or 15654899. OLE color: 15654899.

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

Color convert

RGB243223238-
CMYK00.080.020.05
HSL315º45.45%91.37%-
HSV(B)315º8.23%95.29%-
XYZ78.787891.79-
YUV230.69132.13136.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.52%
GREEN value IS 223 (87.5% from 255) = 31.68%
BLUE value IS 238 (93.36% from 255) = 33.81%
R=34.52%
G=31.68%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322323800.080.020.0531545.4591.37
HexF3DFEE082513b2d5b
Octal3633373560102547355133
Binary11110011110111111110111001000101011001110111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFEE; }

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

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

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

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

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

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

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

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