#FD8BA1

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

Shades of Tickle Me Pink #FD8BA1

Tints of Tickle Me Pink #FD8BA1

Color information

#FD8BA1 (or 0xFD8BA1) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 8B and A1. RGB value is (253,139,161). Sum of RGB (Red+Green+Blue) = 253+139+161=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8BA1 is #02745E. Grayscale: #AFAFAF. Windows color (decimal): -160863 or 10587133. OLE color: 10587133.

HSL color Cylindrical-coordinate representation of color #FD8BA1: hue angle of 348.42º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8BA1 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB253139161-
CMYK00.450.360.01
HSL348.42º96.61%76.86%-
HSV(B)348.42º45.06%99.22%-
XYZ56.1741.9238.85-
YUV175.59119.77183.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.75%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 161 (63.28% from 255) = 29.11%
R=45.75%
G=25.14%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313916100.450.360.01348.4296.6176.86
HexFD8BA102D24115c614d
Octal375213241055441534141115
Binary1111110110001011101000010101101100100110101110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8BA1; }

 p { color: rgb(253,139,161); }

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

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

 a { background-color: rgb(253,139,161); }

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

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

 span { border-color: rgb(253,139,161); }

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