#FF8DAD

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

Shades of Tickle Me Pink #FF8DAD

Tints of Tickle Me Pink #FF8DAD

Color information

#FF8DAD (or 0xFF8DAD) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 8D and AD. RGB value is (255,141,173). Sum of RGB (Red+Green+Blue) = 255+141+173=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8DAD is #007252. Grayscale: #B2B2B2. Windows color (decimal): -29267 or 11374079. OLE color: 11374079.

HSL color Cylindrical-coordinate representation of color #FF8DAD: hue angle of 343.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DAD is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255141173-
CMYK00.450.320
HSL343.16º100%77.65%-
HSV(B)343.16º44.71%100%-
XYZ58.3143.3344.82-
YUV178.73124.77182.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 173 (67.97% from 255) = 30.40%
R=44.82%
G=24.78%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514117300.450.320343.1610077.65
HexFF8DAD02D200157644e
Octal377215255055400527144116
Binary1111111110001101101011010101101100000010101011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8DAD; }

 p { color: rgb(255,141,173); }

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

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

 a { background-color: rgb(255,141,173); }

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

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

 span { border-color: rgb(255,141,173); }

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