#FA81AE

Color #FA81AE Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #FA81AE

Tints of Tickle Me Pink #FA81AE

Color information

#FA81AE (or 0xFA81AE) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 81 and AE. RGB value is (250,129,174). Sum of RGB (Red+Green+Blue) = 250+129+174=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA81AE is #057E51. Grayscale: #AAAAAA. Windows color (decimal): -360018 or 11436538. OLE color: 11436538.

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

Color convert

RGB250129174-
CMYK00.480.300.02
HSL337.69º92.37%74.31%-
HSV(B)337.69º48.4%98.04%-
XYZ54.9139.0844.69-
YUV170.31130.09184.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.21%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=45.21%
G=23.33%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012917400.480.300.02337.6992.3774.31
HexFA81AE0301E21525c4a
Octal372201256060362522134112
Binary1111101010000001101011100110000111101010101001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81AE; }

 p { color: rgb(250,129,174); }

 H1.HeaderClassName
 {
   color: #FA81AE;
 }
 .AnyTagClassName
 {
   color: #FA81AE;
 }
</style>
background-color css

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

 a { background-color: rgb(250,129,174); }

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

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

 span { border-color: rgb(250,129,174); }

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