#FF829E

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

Shades of Tickle Me Pink #FF829E

Tints of Tickle Me Pink #FF829E

Color information

#FF829E (or 0xFF829E) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 82 and 9E. RGB value is (255,130,158). Sum of RGB (Red+Green+Blue) = 255+130+158=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF829E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF829E is #007D61. Grayscale: #AAAAAA. Windows color (decimal): -32098 or 10388223. OLE color: 10388223.

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

Color convert

RGB255130158-
CMYK00.490.380
HSL346.56º100%75.49%-
HSV(B)346.56º49.02%100%-
XYZ55.3939.6937.09-
YUV170.57120.91188.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.96%
GREEN value IS 130 (51.17% from 255) = 23.94%
BLUE value IS 158 (62.11% from 255) = 29.10%
R=46.96%
G=23.94%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513015800.490.380346.5610075.49
HexFF829E03126015b644b
Octal377202236061460533144113
Binary1111111110000010100111100110001100110010101101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF829E; }

 p { color: rgb(255,130,158); }

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

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

 a { background-color: rgb(255,130,158); }

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

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

 span { border-color: rgb(255,130,158); }

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