#F6D2EE

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

Shades of Snuff #F6D2EE

Tints of Snuff #F6D2EE

Color information

#F6D2EE (or 0xF6D2EE) is unknown color: approx Snuff. HEX triplet: F6, D2 and EE. RGB value is (246,210,238). Sum of RGB (Red+Green+Blue) = 246+210+238=694 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.45% from 694); Green value is 210 (82.42% from 255 or 30.26% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D2EE is #092D11. Grayscale: #DFDFDF. Windows color (decimal): -601362 or 15651574. OLE color: 15651574.

HSL color Cylindrical-coordinate representation of color #F6D2EE: hue angle of 313.33º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D2EE is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB246210238-
CMYK00.150.030.04
HSL313.33º66.67%89.41%-
HSV(B)313.33º14.63%96.47%-
XYZ76.4971.8690.73-
YUV223.96135.93143.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.45%
GREEN value IS 210 (82.42% from 255) = 30.26%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=35.45%
G=30.26%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621023800.150.030.04313.3366.6789.41
HexF6D2EE0F341394359
Octal36632235601734471103131
Binary111101101101001011101110011111110010011100110000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D2EE; }

 p { color: rgb(246,210,238); }

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

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

 a { background-color: rgb(246,210,238); }

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

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

 span { border-color: rgb(246,210,238); }

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