#FB8A88

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

Shades of Sweet Pink #FB8A88

Tints of Sweet Pink #FB8A88

Color information

#FB8A88 (or 0xFB8A88) is unknown color: approx Sweet Pink. HEX triplet: FB, 8A and 88. RGB value is (251,138,136). Sum of RGB (Red+Green+Blue) = 251+138+136=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8A88 is #047577. Grayscale: #ABABAB. Windows color (decimal): -292216 or 8948475. OLE color: 8948475.

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

Color convert

RGB251138136-
CMYK00.450.460.02
HSL1.04º93.5%75.88%-
HSV(B)1.04º45.82%98.43%-
XYZ53.3240.4628.29-
YUV171.56107.94184.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.81%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 136 (53.52% from 255) = 25.90%
R=47.81%
G=26.29%
B=25.90%

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
Decimal25113813600.450.460.021.0493.575.88
HexFB8A8802D2E215d4c
Octal3732122100555621135114
Binary111110111000101010001000010110110111010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8A88; }

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

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

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

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

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

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

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

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