Html Css Color HEX #FC80A8 Tickle Me Pink

📋 copy color: '#FC80A8'

red 252 ◦ green 128 ◦ blue 168

#FC80A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tickle Me Pink #FC80A8

Tints of Tickle Me Pink #FC80A8

RGB

 RED value IS 252 (98.83% from 255) = 45.99%

 GREEN value IS 128 (50.39% from 255) = 23.36%

 BLUE value IS 168 (66.02% from 255) = 30.66%

R = 45.99%
G = 23.36%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC80A8 (or 0xFC80A8) is known color: Tickle Me Pink. HEX triplet: FC, 80 and A8. RGB value is (252,128,168). Sum of RGB (Red+Green+Blue) = 252+128+168=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC80A8 is #037F57. Grayscale: #A9A9A9. Windows color (decimal): -229208 or 11043068. OLE color: 11043068.

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

Color convert

RGB 252 128 168 -
CMYK 0 0.49 0.33 0.01
HSL 340.65º 0.95% 0.75% -
HSV(B) 340.65º 0.49% 0.99% -
XYZ 54.93 38.96 41.67 -
YUV 169.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 252 128 168 0 0.49 0.33 0.01 340.65 0.95 0.75
Hex FC 80 A8 0 31 21 1 155 5F 4B
Octal 374 200 250 0 61 41 1 525 137 113
Binary 11111100 10000000 10101000 0 110001 100001 1 101010101 1011111 1001011

Color Harmonies of #FC80A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80A8

Black with #FC80A8

Text Example


Text Example

White with #FC80A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80A8; }

 p { color: rgb(252,128,168); }

 H1.HeaderClassName
 {
   color: #FC80A8;
 }
 .AnyTagClassName
 {
   color: #FC80A8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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