#FCC1FF

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

Shades of Snuff #FCC1FF

Tints of Snuff #FCC1FF

Color information

#FCC1FF (or 0xFCC1FF) is unknown color: approx Snuff. HEX triplet: FC, C1 and FF. RGB value is (252,193,255). Sum of RGB (Red+Green+Blue) = 252+193+255=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 193 (75.78% from 255 or 27.57% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC1FF is #033E00. Grayscale: #D9D9D9. Windows color (decimal): -212481 or 16761340. OLE color: 16761340.

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

Color convert

RGB252193255-
CMYK0.010.2400
HSL297.1º100%87.84%-
HSV(B)297.1º24.31%100%-
XYZ77.2666.06103.29-
YUV217.71149.05152.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 193 (75.78% from 255) = 27.57%
BLUE value IS 255 (100% from 255) = 36.43%
R=36%
G=27.57%
B=36.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521932550.010.2400297.110087.84
HexFCC1FF118001296458
Octal37430137713000451144130
Binary1111110011000001111111111110000010010100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1FF; }

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

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

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

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

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

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

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

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