#F6CEED

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

Shades of Snuff #F6CEED

Tints of Snuff #F6CEED

Color information

#F6CEED (or 0xF6CEED) is unknown color: approx Snuff. HEX triplet: F6, CE and ED. RGB value is (246,206,237). Sum of RGB (Red+Green+Blue) = 246+206+237=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CEED is #093112. Grayscale: #DDDDDD. Windows color (decimal): -602387 or 15585014. OLE color: 15585014.

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

Color convert

RGB246206237-
CMYK00.160.040.04
HSL313.5º68.97%88.63%-
HSV(B)313.5º16.26%96.47%-
XYZ75.3669.8589.63-
YUV221.49136.75145.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.70%
GREEN value IS 206 (80.86% from 255) = 29.90%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=35.70%
G=29.90%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620623700.160.040.04313.568.9788.63
HexF6CEED0104413a4559
Octal36631635502044472105131
Binary11110110110011101110110101000010010010011101010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CEED; }

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

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

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

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

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

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

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

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