#FD8BA5

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

Shades of Tickle Me Pink #FD8BA5

Tints of Tickle Me Pink #FD8BA5

Color information

#FD8BA5 (or 0xFD8BA5) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 8B and A5. RGB value is (253,139,165). Sum of RGB (Red+Green+Blue) = 253+139+165=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8BA5 is #02745A. Grayscale: #B0B0B0. Windows color (decimal): -160859 or 10849277. OLE color: 10849277.

HSL color Cylindrical-coordinate representation of color #FD8BA5: hue angle of 346.32º 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 #FD8BA5 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB253139165-
CMYK00.450.350.01
HSL346.32º96.61%76.86%-
HSV(B)346.32º45.06%99.22%-
XYZ56.5342.0640.74-
YUV176.05121.77182.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.42%
GREEN value IS 139 (54.69% from 255) = 24.96%
BLUE value IS 165 (64.84% from 255) = 29.62%
R=45.42%
G=24.96%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313916500.450.350.01346.3296.6176.86
HexFD8BA502D23115a614d
Octal375213245055431532141115
Binary1111110110001011101001010101101100011110101101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8BA5; }

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

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

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

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

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

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

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

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