#FCC9FC

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

Shades of Snuff #FCC9FC

Tints of Snuff #FCC9FC

Color information

#FCC9FC (or 0xFCC9FC) is unknown color: approx Snuff. HEX triplet: FC, C9 and FC. RGB value is (252,201,252). Sum of RGB (Red+Green+Blue) = 252+201+252=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 201 (78.91% from 255 or 28.51% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCC9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9FC is #033603. Grayscale: #DDDDDD. Windows color (decimal): -210436 or 16566780. OLE color: 16566780.

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

Color convert

RGB252201252-
CMYK00.2000.01
HSL300º89.47%88.82%-
HSV(B)300º20.24%98.82%-
XYZ78.669.5101.37-
YUV222.06144.9149.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.74%
GREEN value IS 201 (78.91% from 255) = 28.51%
BLUE value IS 252 (98.83% from 255) = 35.74%
R=35.74%
G=28.51%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220125200.2000.0130089.4788.82
HexFCC9FC0140112c5959
Octal37431137402401454131131
Binary1111110011001001111111000101000110010110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9FC; }

 p { color: rgb(252,201,252); }

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

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

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

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

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

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

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