Html Css Color HEX #FA80AB Tickle Me Pink

📋 copy color: '#FA80AB'

red 250 ◦ green 128 ◦ blue 171

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

Shades of Tickle Me Pink #FA80AB

Tints of Tickle Me Pink #FA80AB

RGB

 RED value IS 250 (98.05% from 255) = 45.54%

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

 BLUE value IS 171 (67.19% from 255) = 31.15%

R = 45.54%
G = 23.32%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA80AB (or 0xFA80AB) is known color: Tickle Me Pink. HEX triplet: FA, 80 and AB. RGB value is (250,128,171). Sum of RGB (Red+Green+Blue) = 250+128+171=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA80AB is #057F54. Grayscale: #A9A9A9. Windows color (decimal): -360277 or 11239674. OLE color: 11239674.

HSL color Cylindrical-coordinate representation of color #FA80AB: hue angle of 338.85º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80AB is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 171 -
CMYK 0 0.49 0.32 0.02
HSL 338.85º 0.92% 0.74% -
HSV(B) 338.85º 0.49% 0.98% -
XYZ 54.49 38.7 43.13 -
YUV 169.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 250 128 171 0 0.49 0.32 0.02 338.85 0.92 0.74
Hex FA 80 AB 0 31 20 2 153 5C 4A
Octal 372 200 253 0 61 40 2 523 134 112
Binary 11111010 10000000 10101011 0 110001 100000 10 101010011 1011100 1001010

Color Harmonies of #FA80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80AB

Black with #FA80AB

Text Example


Text Example

White with #FA80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80AB; }

 p { color: rgb(250,128,171); }

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

background-color css

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

 a { background-color: rgb(250,128,171); }

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

border-color css

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

 span { border-color: rgb(250,128,171); }

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