#FB83A0

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

Shades of Tickle Me Pink #FB83A0

Tints of Tickle Me Pink #FB83A0

Color information

#FB83A0 (or 0xFB83A0) is unknown color: approx Tickle Me Pink. HEX triplet: FB, 83 and A0. RGB value is (251,131,160). Sum of RGB (Red+Green+Blue) = 251+131+160=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB83A0 is #047C5F. Grayscale: #AAAAAA. Windows color (decimal): -293984 or 10519547. OLE color: 10519547.

HSL color Cylindrical-coordinate representation of color #FB83A0: hue angle of 345.5º degrees, saturation: 0.94, 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 #FB83A0 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB251131160-
CMYK00.480.360.02
HSL345.5º93.75%74.9%-
HSV(B)345.5º47.81%98.43%-
XYZ54.2539.2837.98-
YUV170.19122.26185.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.31%
GREEN value IS 131 (51.56% from 255) = 24.17%
BLUE value IS 160 (62.89% from 255) = 29.52%
R=46.31%
G=24.17%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113116000.480.360.02345.593.7574.9
HexFB83A003024215a5e4b
Octal373203240060442532136113
Binary11111011100000111010000001100001001001010101101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB83A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB83A0; }

 p { color: rgb(251,131,160); }

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

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

 a { background-color: rgb(251,131,160); }

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

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

 span { border-color: rgb(251,131,160); }

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