#FCC6FD

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

Shades of Snuff #FCC6FD

Tints of Snuff #FCC6FD

Color information

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

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

Color convert

RGB252198253-
CMYK0.000.2200.01
HSL298.91º93.22%88.43%-
HSV(B)298.91º21.74%99.22%-
XYZ78.0768.18101.97-
YUV220.42146.39150.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521982530.000.2200.01298.9193.2288.43
HexFCC6FD0160112b5d58
Octal37430637502601453135130
Binary1111110011000110111111010101100110010101110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6FD; }

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

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

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

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

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

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

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

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