#FB8582

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

Shades of Light Coral #FB8582

Tints of Light Coral #FB8582

Color information

#FB8582 (or 0xFB8582) is unknown color: approx Light Coral. HEX triplet: FB, 85 and 82. RGB value is (251,133,130). Sum of RGB (Red+Green+Blue) = 251+133+130=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8582 is #047A7D. Grayscale: #A8A8A8. Windows color (decimal): -293502 or 8553979. OLE color: 8553979.

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

Color convert

RGB251133130-
CMYK00.470.480.02
HSL1.49º93.8%74.71%-
HSV(B)1.49º48.21%98.43%-
XYZ52.238.925.88-
YUV167.94106.59187.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.83%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 130 (51.17% from 255) = 25.29%
R=48.83%
G=25.88%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113313000.470.480.021.4993.874.71
HexFB858202F30215e4b
Octal3732052020576021136113
Binary111110111000010110000010010111111000010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8582; }

 p { color: rgb(251,133,130); }

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

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

 a { background-color: rgb(251,133,130); }

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

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

 span { border-color: rgb(251,133,130); }

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