#FB8B88

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

Shades of Sweet Pink #FB8B88

Tints of Sweet Pink #FB8B88

Color information

#FB8B88 (or 0xFB8B88) is unknown color: approx Sweet Pink. HEX triplet: FB, 8B and 88. RGB value is (251,139,136). Sum of RGB (Red+Green+Blue) = 251+139+136=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8B88 is #047477. Grayscale: #ACACAC. Windows color (decimal): -291960 or 8948731. OLE color: 8948731.

HSL color Cylindrical-coordinate representation of color #FB8B88: hue angle of 1.57º 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 #FB8B88 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB251139136-
CMYK00.450.460.02
HSL1.57º93.5%75.88%-
HSV(B)1.57º45.82%98.43%-
XYZ53.4640.7528.34-
YUV172.15107.61184.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.72%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 136 (53.52% from 255) = 25.86%
R=47.72%
G=26.43%
B=25.86%

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
Decimal25113913600.450.460.021.5793.575.88
HexFB8B8802D2E225d4c
Octal3732132100555622135114
Binary1111101110001011100010000101101101110101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8B88; }

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

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

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

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

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

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

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

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