Html Css Color HEX #FC80AA Tickle Me Pink

📋 copy color: '#FC80AA'

red 252 ◦ green 128 ◦ blue 170

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

Shades of Tickle Me Pink #FC80AA

Tints of Tickle Me Pink #FC80AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.91%

R = 45.82%
G = 23.27%
B = 30.91%

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

#FC80AA (or 0xFC80AA) is known color: Tickle Me Pink. HEX triplet: FC, 80 and AA. RGB value is (252,128,170). Sum of RGB (Red+Green+Blue) = 252+128+170=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC80AA is #037F55. Grayscale: #A9A9A9. Windows color (decimal): -229206 or 11174140. OLE color: 11174140.

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

Color convert

RGB 252 128 170 -
CMYK 0 0.49 0.33 0.01
HSL 339.68º 0.95% 0.75% -
HSV(B) 339.68º 0.49% 0.99% -
XYZ 55.12 39.04 42.66 -
YUV 169.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 252 128 170 0 0.49 0.33 0.01 339.68 0.95 0.75
Hex FC 80 AA 0 31 21 1 154 5F 4B
Octal 374 200 252 0 61 41 1 524 137 113
Binary 11111100 10000000 10101010 0 110001 100001 1 101010100 1011111 1001011

Color Harmonies of #FC80AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80AA

Black with #FC80AA

Text Example


Text Example

White with #FC80AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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