#FB8780

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

Shades of Light Coral #FB8780

Tints of Light Coral #FB8780

Color information

#FB8780 (or 0xFB8780) is unknown color: approx Light Coral. HEX triplet: FB, 87 and 80. RGB value is (251,135,128). Sum of RGB (Red+Green+Blue) = 251+135+128=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8780 is #04787F. Grayscale: #A9A9A9. Windows color (decimal): -292992 or 8423419. OLE color: 8423419.

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

Color convert

RGB251135128-
CMYK00.460.490.02
HSL3.41º93.89%74.31%-
HSV(B)3.41º49%98.43%-
XYZ52.3439.425.27-
YUV168.89104.93186.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.83%
GREEN value IS 135 (53.12% from 255) = 26.26%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=48.83%
G=26.26%
B=24.90%

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
Decimal25113512800.460.490.023.4193.8974.31
HexFB878002E31235e4a
Octal3732072000566123136112
Binary1111101110000111100000000101110110001101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8780; }

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

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

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

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

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

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

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

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