#FB8988

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

Shades of Sweet Pink #FB8988

Tints of Sweet Pink #FB8988

Color information

#FB8988 (or 0xFB8988) is unknown color: approx Sweet Pink. HEX triplet: FB, 89 and 88. RGB value is (251,137,136). Sum of RGB (Red+Green+Blue) = 251+137+136=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8988 is #047677. Grayscale: #ABABAB. Windows color (decimal): -292472 or 8948219. OLE color: 8948219.

HSL color Cylindrical-coordinate representation of color #FB8988: hue angle of 0.52º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB8988 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB251137136-
CMYK00.450.460.02
HSL0.52º93.5%75.88%-
HSV(B)0.52º45.82%98.43%-
XYZ53.1740.1828.25-
YUV170.97108.27185.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.90%
GREEN value IS 137 (53.91% from 255) = 26.15%
BLUE value IS 136 (53.52% from 255) = 25.95%
R=47.90%
G=26.15%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113713600.450.460.020.5293.575.88
HexFB898802D2E215d4c
Octal3732112100555621135114
Binary111110111000100110001000010110110111010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8988; }

 p { color: rgb(251,137,136); }

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

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

 a { background-color: rgb(251,137,136); }

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

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

 span { border-color: rgb(251,137,136); }

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