Html Css Color HEX #FC80B1 Tickle Me Pink

📋 copy color: '#FC80B1'

red 252 ◦ green 128 ◦ blue 177

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

Shades of Tickle Me Pink #FC80B1

Tints of Tickle Me Pink #FC80B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.78%

R = 45.24%
G = 22.98%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC80B1 (or 0xFC80B1) is known color: Tickle Me Pink. HEX triplet: FC, 80 and B1. RGB value is (252,128,177). Sum of RGB (Red+Green+Blue) = 252+128+177=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC80B1 is #037F4E. Grayscale: #AAAAAA. Windows color (decimal): -229199 or 11632892. OLE color: 11632892.

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

Color convert

RGB 252 128 177 -
CMYK 0 0.49 0.30 0.01
HSL 336.29º 0.95% 0.75% -
HSV(B) 336.29º 0.49% 0.99% -
XYZ 55.8 39.31 46.24 -
YUV 170.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 252 128 177 0 0.49 0.30 0.01 336.29 0.95 0.75
Hex FC 80 B1 0 31 1E 1 150 5F 4B
Octal 374 200 261 0 61 36 1 520 137 113
Binary 11111100 10000000 10110001 0 110001 11110 1 101010000 1011111 1001011

Color Harmonies of #FC80B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80B1

Black with #FC80B1

Text Example


Text Example

White with #FC80B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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