#FD81AF

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

Shades of Tickle Me Pink #FD81AF

Tints of Tickle Me Pink #FD81AF

Color information

#FD81AF (or 0xFD81AF) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 81 and AF. RGB value is (253,129,175). Sum of RGB (Red+Green+Blue) = 253+129+175=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD81AF is #027E50. Grayscale: #ABABAB. Windows color (decimal): -163409 or 11502077. OLE color: 11502077.

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

Color convert

RGB253129175-
CMYK00.490.310.01
HSL337.74º96.88%74.9%-
HSV(B)337.74º49.01%99.22%-
XYZ56.139.6845.26-
YUV171.32130.08186.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.42%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=45.42%
G=23.16%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312917500.490.310.01337.7496.8874.9
HexFD81AF0311F1152614b
Octal375201257061371522141113
Binary111111011000000110101111011000111111110101001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD81AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD81AF; }

 p { color: rgb(253,129,175); }

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

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

 a { background-color: rgb(253,129,175); }

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

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

 span { border-color: rgb(253,129,175); }

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