Html Css Color HEX #FA83AA Tickle Me Pink

📋 copy color: '#FA83AA'

red 250 ◦ green 131 ◦ blue 170

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

Shades of Tickle Me Pink #FA83AA

Tints of Tickle Me Pink #FA83AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.77%

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

R = 45.37%
G = 23.77%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA83AA (or 0xFA83AA) is known color: Tickle Me Pink. HEX triplet: FA, 83 and AA. RGB value is (250,131,170). Sum of RGB (Red+Green+Blue) = 250+131+170=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA83AA is #057C55. Grayscale: #AAAAAA. Windows color (decimal): -359510 or 11174906. OLE color: 11174906.

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

Color convert

RGB 250 131 170 -
CMYK 0 0.48 0.32 0.02
HSL 340.34º 0.92% 0.75% -
HSV(B) 340.34º 0.48% 0.98% -
XYZ 54.8 39.46 42.76 -
YUV 171.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 250 131 170 0 0.48 0.32 0.02 340.34 0.92 0.75
Hex FA 83 AA 0 30 20 2 154 5C 4B
Octal 372 203 252 0 60 40 2 524 134 113
Binary 11111010 10000011 10101010 0 110000 100000 10 101010100 1011100 1001011

Color Harmonies of #FA83AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA83AA

Black with #FA83AA

Text Example


Text Example

White with #FA83AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA83AA; }

 p { color: rgb(250,131,170); }

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

background-color css

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

 a { background-color: rgb(250,131,170); }

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

border-color css

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

 span { border-color: rgb(250,131,170); }

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