#FDC6FF

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

Shades of Snuff #FDC6FF

Tints of Snuff #FDC6FF

Color information

#FDC6FF (or 0xFDC6FF) is unknown color: approx Snuff. HEX triplet: FD, C6 and FF. RGB value is (253,198,255). Sum of RGB (Red+Green+Blue) = 253+198+255=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 198 (77.73% from 255 or 28.05% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC6FF is #023900. Grayscale: #DCDCDC. Windows color (decimal): -145665 or 16762621. OLE color: 16762621.

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

Color convert

RGB253198255-
CMYK0.010.2200
HSL297.89º100%88.82%-
HSV(B)297.89º22.35%100%-
XYZ78.7568.49103.68-
YUV220.94147.22150.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.84%
GREEN value IS 198 (77.73% from 255) = 28.05%
BLUE value IS 255 (100% from 255) = 36.12%
R=35.84%
G=28.05%
B=36.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531982550.010.2200297.8910088.82
HexFDC6FF1160012a6459
Octal37530637712600452144131
Binary1111110111000110111111111101100010010101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6FF; }

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

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

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

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

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

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

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

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