#F6CEEF

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

Shades of Snuff #F6CEEF

Tints of Snuff #F6CEEF

Color information

#F6CEEF (or 0xF6CEEF) is unknown color: approx Snuff. HEX triplet: F6, CE and EF. RGB value is (246,206,239). Sum of RGB (Red+Green+Blue) = 246+206+239=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CEEF is #093110. Grayscale: #DDDDDD. Windows color (decimal): -602385 or 15716086. OLE color: 15716086.

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

Color convert

RGB246206239-
CMYK00.160.030.04
HSL310.5º68.97%88.63%-
HSV(B)310.5º16.26%96.47%-
XYZ75.6669.9791.18-
YUV221.72137.75145.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.60%
GREEN value IS 206 (80.86% from 255) = 29.81%
BLUE value IS 239 (93.75% from 255) = 34.59%
R=35.60%
G=29.81%
B=34.59%

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
Decimal24620623900.160.030.04310.568.9788.63
HexF6CEEF010341364559
Octal36631635702034466105131
Binary1111011011001110111011110100001110010011011010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CEEF; }

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

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

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

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

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

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

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

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