#FB8A80

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

Shades of Light Coral #FB8A80

Tints of Light Coral #FB8A80

Color information

#FB8A80 (or 0xFB8A80) is unknown color: approx Light Coral. HEX triplet: FB, 8A and 80. RGB value is (251,138,128). Sum of RGB (Red+Green+Blue) = 251+138+128=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8A80 is #04757F. Grayscale: #AAAAAA. Windows color (decimal): -292224 or 8424187. OLE color: 8424187.

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

Color convert

RGB251138128-
CMYK00.450.490.02
HSL4.88º93.89%74.31%-
HSV(B)4.88º49%98.43%-
XYZ52.7740.2425.41-
YUV170.65103.94185.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.55%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=48.55%
G=26.69%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113812800.450.490.024.8893.8974.31
HexFB8A8002D31255e4a
Octal3732122000556125136112
Binary11111011100010101000000001011011100011010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8A80; }

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

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

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

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

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

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

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

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