#FD8BAB

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

Shades of Tickle Me Pink #FD8BAB

Tints of Tickle Me Pink #FD8BAB

Color information

#FD8BAB (or 0xFD8BAB) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 8B and AB. RGB value is (253,139,171). Sum of RGB (Red+Green+Blue) = 253+139+171=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8BAB is #027454. Grayscale: #B0B0B0. Windows color (decimal): -160853 or 11242493. OLE color: 11242493.

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

Color convert

RGB253139171-
CMYK00.450.320.01
HSL343.16º96.61%76.86%-
HSV(B)343.16º45.06%99.22%-
XYZ57.0942.2943.68-
YUV176.73124.77182.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 139 (54.69% from 255) = 24.69%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=44.94%
G=24.69%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313917100.450.320.01343.1696.6176.86
HexFD8BAB02D201157614d
Octal375213253055401527141115
Binary1111110110001011101010110101101100000110101011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8BAB; }

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

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

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

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

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

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

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

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