#FD6C96

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

Shades of Tickle Me Pink #FD6C96

Tints of Tickle Me Pink #FD6C96

Color information

#FD6C96 (or 0xFD6C96) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 6C and 96. RGB value is (253,108,150). Sum of RGB (Red+Green+Blue) = 253+108+150=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6C96 is #029369. Grayscale: #9C9C9C. Windows color (decimal): -168810 or 9858301. OLE color: 9858301.

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

Color convert

RGB253108150-
CMYK00.570.410.01
HSL342.62º97.32%70.78%-
HSV(B)342.62º57.31%99.22%-
XYZ51.3833.8132.67-
YUV156.14124.54197.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.51%
GREEN value IS 108 (42.58% from 255) = 21.14%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=49.51%
G=21.14%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310815000.570.410.01342.6297.3270.78
HexFD6C960392911576147
Octal375154226071511527141107
Binary111111011101100100101100111001101001110101011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6C96; }

 p { color: rgb(253,108,150); }

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

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

 a { background-color: rgb(253,108,150); }

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

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

 span { border-color: rgb(253,108,150); }

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