#F6DDF0

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

Shades of Snuff #F6DDF0

Tints of Snuff #F6DDF0

Color information

#F6DDF0 (or 0xF6DDF0) is unknown color: approx Snuff. HEX triplet: F6, DD and F0. RGB value is (246,221,240). Sum of RGB (Red+Green+Blue) = 246+221+240=707 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.79% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DDF0 is #09220F. Grayscale: #E6E6E6. Windows color (decimal): -598544 or 15785462. OLE color: 15785462.

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

Color convert

RGB246221240-
CMYK00.100.020.04
HSL314.4º58.14%91.57%-
HSV(B)314.4º10.16%96.47%-
XYZ79.5977.693.22-
YUV230.64133.28138.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.79%
GREEN value IS 221 (86.72% from 255) = 31.26%
BLUE value IS 240 (94.14% from 255) = 33.95%
R=34.79%
G=31.26%
B=33.95%

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
Decimal24622124000.100.020.04314.458.1491.57
HexF6DDF00A2413a3a5c
Octal3663353600122447272134
Binary11110110110111011111000001010101001001110101110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DDF0; }

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

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

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

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

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

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

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

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