#FDC6FC

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

Shades of Snuff #FDC6FC

Tints of Snuff #FDC6FC

Color information

#FDC6FC (or 0xFDC6FC) is unknown color: approx Snuff. HEX triplet: FD, C6 and FC. RGB value is (253,198,252). Sum of RGB (Red+Green+Blue) = 253+198+252=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 198 (77.73% from 255 or 28.17% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC6FC is #023903. Grayscale: #DCDCDC. Windows color (decimal): -145668 or 16566013. OLE color: 16566013.

HSL color Cylindrical-coordinate representation of color #FDC6FC: hue angle of 301.09º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC6FC is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB253198252-
CMYK00.220.000.01
HSL301.09º93.22%88.43%-
HSV(B)301.09º21.74%99.22%-
XYZ78.2768.3101.15-
YUV220.6145.72151.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.99%
GREEN value IS 198 (77.73% from 255) = 28.17%
BLUE value IS 252 (98.83% from 255) = 35.85%
R=35.99%
G=28.17%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319825200.220.000.01301.0993.2288.43
HexFDC6FC0160112d5d58
Octal37530637402601455135130
Binary1111110111000110111111000101100110010110110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6FC; }

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

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

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

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

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

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

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

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