#FFC6FC

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

Shades of Snuff #FFC6FC

Tints of Snuff #FFC6FC

Color information

#FFC6FC (or 0xFFC6FC) is unknown color: approx Snuff. HEX triplet: FF, C6 and FC. RGB value is (255,198,252). Sum of RGB (Red+Green+Blue) = 255+198+252=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 198 (77.73% from 255 or 28.09% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6FC is #003903. Grayscale: #DDDDDD. Windows color (decimal): -14596 or 16566015. OLE color: 16566015.

HSL color Cylindrical-coordinate representation of color #FFC6FC: hue angle of 303.16º 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 #FFC6FC is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB255198252-
CMYK00.220.010
HSL303.16º100%88.82%-
HSV(B)303.16º22.35%100%-
XYZ7968.68101.19-
YUV221.2145.38152.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.17%
GREEN value IS 198 (77.73% from 255) = 28.09%
BLUE value IS 252 (98.83% from 255) = 35.74%
R=36.17%
G=28.09%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519825200.220.010303.1610088.82
HexFFC6FC0161012f6459
Octal37730637402610457144131
Binary1111111111000110111111000101101010010111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6FC; }

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

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

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

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

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

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

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

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