#FC84A1

Color #FC84A1 Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #FC84A1

Tints of Tickle Me Pink #FC84A1

Color information

#FC84A1 (or 0xFC84A1) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 84 and A1. RGB value is (252,132,161). Sum of RGB (Red+Green+Blue) = 252+132+161=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC84A1 is #037B5E. Grayscale: #ABABAB. Windows color (decimal): -228191 or 10585340. OLE color: 10585340.

HSL color Cylindrical-coordinate representation of color #FC84A1: hue angle of 345.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC84A1 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB252132161-
CMYK00.480.360.01
HSL345.5º95.24%75.29%-
HSV(B)345.5º47.62%98.82%-
XYZ54.8339.7738.51-
YUV171.19122.26185.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 132 (51.95% from 255) = 24.22%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=46.24%
G=24.22%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213216100.480.360.01345.595.2475.29
HexFC84A103024115a5f4b
Octal374204241060441532137113
Binary1111110010000100101000010110000100100110101101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC84A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC84A1; }

 p { color: rgb(252,132,161); }

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

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

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

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

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

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

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