Html Css Color HEX #FC80AC Tickle Me Pink

📋 copy color: '#FC80AC'

red 252 ◦ green 128 ◦ blue 172

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

Shades of Tickle Me Pink #FC80AC

Tints of Tickle Me Pink #FC80AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.16%

R = 45.65%
G = 23.19%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC80AC (or 0xFC80AC) is known color: Tickle Me Pink. HEX triplet: FC, 80 and AC. RGB value is (252,128,172). Sum of RGB (Red+Green+Blue) = 252+128+172=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC80AC is #037F53. Grayscale: #AAAAAA. Windows color (decimal): -229204 or 11305212. OLE color: 11305212.

HSL color Cylindrical-coordinate representation of color #FC80AC: hue angle of 338.71º 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 #FC80AC is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 128 172 -
CMYK 0 0.49 0.32 0.01
HSL 338.71º 0.95% 0.75% -
HSV(B) 338.71º 0.49% 0.99% -
XYZ 55.31 39.11 43.66 -
YUV 170.09 129.08 186.42 -
System Red Green Blue C M Y K H S L
Decimal 252 128 172 0 0.49 0.32 0.01 338.71 0.95 0.75
Hex FC 80 AC 0 31 20 1 153 5F 4B
Octal 374 200 254 0 61 40 1 523 137 113
Binary 11111100 10000000 10101100 0 110001 100000 1 101010011 1011111 1001011

Color Harmonies of #FC80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80AC

Black with #FC80AC

Text Example


Text Example

White with #FC80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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