#F6CCEF

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

Shades of Snuff #F6CCEF

Tints of Snuff #F6CCEF

Color information

#F6CCEF (or 0xF6CCEF) is unknown color: approx Snuff. HEX triplet: F6, CC and EF. RGB value is (246,204,239). Sum of RGB (Red+Green+Blue) = 246+204+239=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CCEF is #093310. Grayscale: #DCDCDC. Windows color (decimal): -602897 or 15715574. OLE color: 15715574.

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

Color convert

RGB246204239-
CMYK00.170.030.04
HSL310º70%88.24%-
HSV(B)310º17.07%96.47%-
XYZ75.1869.0191.02-
YUV220.55138.41146.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.70%
GREEN value IS 204 (80.08% from 255) = 29.61%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=35.70%
G=29.61%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620423900.170.030.043107088.24
HexF6CCEF011341364658
Octal36631435702134466106130
Binary1111011011001100111011110100011110010011011010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCEF; }

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

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

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

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

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

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

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

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