#ff829c

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

Shades of Tickle Me Pink #FF829C

Tints of Tickle Me Pink #FF829C

Color information

#FF829C (or 0xFF829C) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 82 and 9C. RGB value is (255,130,156). Sum of RGB (Red+Green+Blue) = 255+130+156=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF829C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF829C is #007D63. Grayscale: #AAAAAA. Windows color (decimal): -32100 or 10257151. OLE color: 10257151.

HSL color Cylindrical-coordinate representation of color #FF829C: hue angle of 347.52º 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 #FF829C is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB255130156-
CMYK00.490.390
HSL347.52º100%75.49%-
HSV(B)347.52º49.02%100%-
XYZ55.2239.6336.19-
YUV170.34119.91188.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.13%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=47.13%
G=24.03%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513015600.490.390347.5210075.49
HexFF829C03127015c644b
Octal377202234061470534144113
Binary1111111110000010100111000110001100111010101110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff829c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff829c; }

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

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

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

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

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

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

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

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