#F3DFEF

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

Shades of Snuff #F3DFEF

Tints of Snuff #F3DFEF

Color information

#F3DFEF (or 0xF3DFEF) is unknown color: approx Snuff. HEX triplet: F3, DF and EF. RGB value is (243,223,239). Sum of RGB (Red+Green+Blue) = 243+223+239=705 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.47% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DFEF is #0C2010. Grayscale: #E6E6E6. Windows color (decimal): -794641 or 15720435. OLE color: 15720435.

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

Color convert

RGB243223239-
CMYK00.080.020.05
HSL312º45.45%91.37%-
HSV(B)312º8.23%95.29%-
XYZ78.9378.0692.57-
YUV230.8132.63136.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.47%
GREEN value IS 223 (87.5% from 255) = 31.63%
BLUE value IS 239 (93.75% from 255) = 33.90%
R=34.47%
G=31.63%
B=33.90%

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
Decimal24322323900.080.020.0531245.4591.37
HexF3DFEF08251382d5b
Octal3633373570102547055133
Binary11110011110111111110111101000101011001110001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFEF; }

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

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

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

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

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

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

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

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