#FC84A5

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

Shades of Tickle Me Pink #FC84A5

Tints of Tickle Me Pink #FC84A5

Color information

#FC84A5 (or 0xFC84A5) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 84 and A5. RGB value is (252,132,165). Sum of RGB (Red+Green+Blue) = 252+132+165=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC84A5 is #037B5A. Grayscale: #ABABAB. Windows color (decimal): -228187 or 10847484. OLE color: 10847484.

HSL color Cylindrical-coordinate representation of color #FC84A5: hue angle of 343.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 #FC84A5 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252132165-
CMYK00.480.350.01
HSL343.5º95.24%75.29%-
HSV(B)343.5º47.62%98.82%-
XYZ55.1939.9140.39-
YUV171.64124.26185.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 132 (51.95% from 255) = 24.04%
BLUE value IS 165 (64.84% from 255) = 30.05%
R=45.90%
G=24.04%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213216500.480.350.01343.595.2475.29
HexFC84A50302311585f4b
Octal374204245060431530137113
Binary1111110010000100101001010110000100011110101100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC84A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC84A5; }

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

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

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

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

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

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

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

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