#FD8BA3

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

Shades of Tickle Me Pink #FD8BA3

Tints of Tickle Me Pink #FD8BA3

Color information

#FD8BA3 (or 0xFD8BA3) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 8B and A3. RGB value is (253,139,163). Sum of RGB (Red+Green+Blue) = 253+139+163=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8BA3 is #02745C. Grayscale: #AFAFAF. Windows color (decimal): -160861 or 10718205. OLE color: 10718205.

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

Color convert

RGB253139163-
CMYK00.450.360.01
HSL347.37º96.61%76.86%-
HSV(B)347.37º45.06%99.22%-
XYZ56.3541.9939.79-
YUV175.82120.77183.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.59%
GREEN value IS 139 (54.69% from 255) = 25.05%
BLUE value IS 163 (64.06% from 255) = 29.37%
R=45.59%
G=25.05%
B=29.37%

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
Decimal25313916300.450.360.01347.3796.6176.86
HexFD8BA302D24115b614d
Octal375213243055441533141115
Binary1111110110001011101000110101101100100110101101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8BA3; }

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

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

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

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

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

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

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

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