#FB8981

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

Shades of Light Coral #FB8981

Tints of Light Coral #FB8981

Color information

#FB8981 (or 0xFB8981) is unknown color: approx Light Coral. HEX triplet: FB, 89 and 81. RGB value is (251,137,129). Sum of RGB (Red+Green+Blue) = 251+137+129=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8981 is #04767E. Grayscale: #AAAAAA. Windows color (decimal): -292479 or 8489467. OLE color: 8489467.

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

Color convert

RGB251137129-
CMYK00.450.490.02
HSL3.93º93.85%74.51%-
HSV(B)3.93º48.61%98.43%-
XYZ52.6939.9925.71-
YUV170.17104.77185.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.55%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=48.55%
G=26.50%
B=24.95%

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
Decimal25113712900.450.490.023.9393.8574.51
HexFB898102D31245e4b
Octal3732112010556124136113
Binary11111011100010011000000101011011100011010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8981; }

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

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

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

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

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

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

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

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