#F6DDF3

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

Shades of Snuff #F6DDF3

Tints of Snuff #F6DDF3

Color information

#F6DDF3 (or 0xF6DDF3) is unknown color: approx Snuff. HEX triplet: F6, DD and F3. RGB value is (246,221,243). Sum of RGB (Red+Green+Blue) = 246+221+243=710 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.65% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 243 (95.31% from 255 or 34.23% from 710); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DDF3 is #09220C. Grayscale: #E6E6E6. Windows color (decimal): -598541 or 15982070. OLE color: 15982070.

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

Color convert

RGB246221243-
CMYK00.100.010.04
HSL307.2º58.14%91.57%-
HSV(B)307.2º10.16%96.47%-
XYZ80.0477.7895.59-
YUV230.98134.78138.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.65%
GREEN value IS 221 (86.72% from 255) = 31.13%
BLUE value IS 243 (95.31% from 255) = 34.23%
R=34.65%
G=31.13%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622124300.100.010.04307.258.1491.57
HexF6DDF30A141333a5c
Octal3663353630121446372134
Binary1111011011011101111100110101011001001100111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DDF3; }

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

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

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

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

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

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

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

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