#F3DFF0

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

Shades of Snuff #F3DFF0

Tints of Snuff #F3DFF0

Color information

#F3DFF0 (or 0xF3DFF0) is unknown color: approx Snuff. HEX triplet: F3, DF and F0. RGB value is (243,223,240). Sum of RGB (Red+Green+Blue) = 243+223+240=706 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.42% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DFF0 is #0C200F. Grayscale: #E6E6E6. Windows color (decimal): -794640 or 15785971. OLE color: 15785971.

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

Color convert

RGB243223240-
CMYK00.080.010.05
HSL309º45.45%91.37%-
HSV(B)309º8.23%95.29%-
XYZ79.0878.1293.35-
YUV230.92133.13136.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.42%
GREEN value IS 223 (87.5% from 255) = 31.59%
BLUE value IS 240 (94.14% from 255) = 33.99%
R=34.42%
G=31.59%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322324000.080.010.0530945.4591.37
HexF3DFF008151352d5b
Octal3633373600101546555133
Binary1111001111011111111100000100011011001101011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFF0; }

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

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

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

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

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

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

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

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