#FA829B

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

Shades of Tickle Me Pink #FA829B

Tints of Tickle Me Pink #FA829B

Color information

#FA829B (or 0xFA829B) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 82 and 9B. RGB value is (250,130,155). Sum of RGB (Red+Green+Blue) = 250+130+155=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA829B is #057D64. Grayscale: #A8A8A8. Windows color (decimal): -359781 or 10191610. OLE color: 10191610.

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

Color convert

RGB250130155-
CMYK00.480.380.02
HSL347.5º92.31%74.51%-
HSV(B)347.5º48%98.04%-
XYZ53.3238.6635.66-
YUV168.73120.26185.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.73%
GREEN value IS 130 (51.17% from 255) = 24.30%
BLUE value IS 155 (60.94% from 255) = 28.97%
R=46.73%
G=24.30%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013015500.480.380.02347.592.3174.51
HexFA829B03026215c5c4b
Octal372202233060462534134113
Binary11111010100000101001101101100001001101010101110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA829B; }

 p { color: rgb(250,130,155); }

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

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

 a { background-color: rgb(250,130,155); }

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

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

 span { border-color: rgb(250,130,155); }

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