#F6DDF1

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

Shades of Snuff #F6DDF1

Tints of Snuff #F6DDF1

Color information

#F6DDF1 (or 0xF6DDF1) is unknown color: approx Snuff. HEX triplet: F6, DD and F1. RGB value is (246,221,241). Sum of RGB (Red+Green+Blue) = 246+221+241=708 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.75% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DDF1 is #09220E. Grayscale: #E6E6E6. Windows color (decimal): -598543 or 15850998. OLE color: 15850998.

HSL color Cylindrical-coordinate representation of color #F6DDF1: hue angle of 312º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6DDF1 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB246221241-
CMYK00.100.020.04
HSL312º58.14%91.57%-
HSV(B)312º10.16%96.47%-
XYZ79.7477.6694.01-
YUV230.76133.78138.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.75%
GREEN value IS 221 (86.72% from 255) = 31.21%
BLUE value IS 241 (94.53% from 255) = 34.04%
R=34.75%
G=31.21%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622124100.100.020.0431258.1491.57
HexF6DDF10A241383a5c
Octal3663353610122447072134
Binary11110110110111011111000101010101001001110001110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DDF1; }

 p { color: rgb(246,221,241); }

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

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

 a { background-color: rgb(246,221,241); }

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

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

 span { border-color: rgb(246,221,241); }

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