#F6CEEE

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

Shades of Snuff #F6CEEE

Tints of Snuff #F6CEEE

Color information

#F6CEEE (or 0xF6CEEE) is unknown color: approx Snuff. HEX triplet: F6, CE and EE. RGB value is (246,206,238). Sum of RGB (Red+Green+Blue) = 246+206+238=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CEEE is #093111. Grayscale: #DDDDDD. Windows color (decimal): -602386 or 15650550. OLE color: 15650550.

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

Color convert

RGB246206238-
CMYK00.160.030.04
HSL312º68.97%88.63%-
HSV(B)312º16.26%96.47%-
XYZ75.5169.9190.4-
YUV221.61137.25145.4-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.65%
GREEN value IS 206 (80.86% from 255) = 29.86%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=35.65%
G=29.86%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620623800.160.030.0431268.9788.63
HexF6CEEE010341384559
Octal36631635602034470105131
Binary1111011011001110111011100100001110010011100010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CEEE; }

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

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

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

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

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

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

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

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