#FB8880

Color #FB8880 Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #FB8880

Tints of Light Coral #FB8880

Color information

#FB8880 (or 0xFB8880) is unknown color: approx Light Coral. HEX triplet: FB, 88 and 80. RGB value is (251,136,128). Sum of RGB (Red+Green+Blue) = 251+136+128=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8880 is #04777F. Grayscale: #A9A9A9. Windows color (decimal): -292736 or 8423675. OLE color: 8423675.

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

Color convert

RGB251136128-
CMYK00.460.490.02
HSL3.9º93.89%74.31%-
HSV(B)3.9º49%98.43%-
XYZ52.4839.6825.31-
YUV169.47104.6186.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.74%
GREEN value IS 136 (53.52% from 255) = 26.41%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=48.74%
G=26.41%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113612800.460.490.023.993.8974.31
HexFB888002E31245e4a
Octal3732102000566124136112
Binary11111011100010001000000001011101100011010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8880; }

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

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

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

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

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

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

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

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