#FC7BAA

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

Shades of Tickle Me Pink #FC7BAA

Tints of Tickle Me Pink #FC7BAA

Color information

#FC7BAA (or 0xFC7BAA) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7B and AA. RGB value is (252,123,170). Sum of RGB (Red+Green+Blue) = 252+123+170=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7BAA is #038455. Grayscale: #A6A6A6. Windows color (decimal): -230486 or 11172860. OLE color: 11172860.

HSL color Cylindrical-coordinate representation of color #FC7BAA: hue angle of 338.14º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7BAA is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252123170-
CMYK00.510.330.01
HSL338.14º95.56%73.53%-
HSV(B)338.14º51.19%98.82%-
XYZ54.4837.7642.45-
YUV166.93129.74188.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 123 (48.44% from 255) = 22.57%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=46.24%
G=22.57%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212317000.510.330.01338.1495.5673.53
HexFC7BAA033211152604a
Octal374173252063411522140112
Binary111111001111011101010100110011100001110101001011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7BAA; }

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

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

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

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

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

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

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

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