#FB8680

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

Shades of Light Coral #FB8680

Tints of Light Coral #FB8680

Color information

#FB8680 (or 0xFB8680) is unknown color: approx Light Coral. HEX triplet: FB, 86 and 80. RGB value is (251,134,128). Sum of RGB (Red+Green+Blue) = 251+134+128=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8680 is #04797F. Grayscale: #A8A8A8. Windows color (decimal): -293248 or 8423163. OLE color: 8423163.

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

Color convert

RGB251134128-
CMYK00.470.490.02
HSL2.93º93.89%74.31%-
HSV(B)2.93º49%98.43%-
XYZ52.2139.1225.22-
YUV168.3105.26186.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.93%
GREEN value IS 134 (52.73% from 255) = 26.12%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=48.93%
G=26.12%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113412800.470.490.022.9393.8974.31
HexFB868002F31235e4a
Octal3732062000576123136112
Binary1111101110000110100000000101111110001101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8680; }

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

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

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

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

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

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

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

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