#FFC6FF

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

Shades of Snuff #FFC6FF

Tints of Snuff #FFC6FF

Color information

#FFC6FF (or 0xFFC6FF) is unknown color: approx Snuff. HEX triplet: FF, C6 and FF. RGB value is (255,198,255). Sum of RGB (Red+Green+Blue) = 255+198+255=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 198 (77.73% from 255 or 27.97% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6FF is #003900. Grayscale: #DDDDDD. Windows color (decimal): -14593 or 16762623. OLE color: 16762623.

HSL color Cylindrical-coordinate representation of color #FFC6FF: hue angle of 300º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC6FF is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB255198255-
CMYK00.2200
HSL300º100%88.82%-
HSV(B)300º22.35%100%-
XYZ79.4868.87103.71-
YUV221.54146.88151.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.02%
GREEN value IS 198 (77.73% from 255) = 27.97%
BLUE value IS 255 (100% from 255) = 36.02%
R=36.02%
G=27.97%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519825500.220030010088.82
HexFFC6FF0160012c6459
Octal37730637702600454144131
Binary1111111111000110111111110101100010010110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6FF; }

 p { color: rgb(255,198,255); }

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

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

 a { background-color: rgb(255,198,255); }

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

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

 span { border-color: rgb(255,198,255); }

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