#FB8A84

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

Shades of Light Coral #FB8A84

Tints of Light Coral #FB8A84

Color information

#FB8A84 (or 0xFB8A84) is unknown color: approx Light Coral. HEX triplet: FB, 8A and 84. RGB value is (251,138,132). Sum of RGB (Red+Green+Blue) = 251+138+132=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8A84 is #04757B. Grayscale: #ABABAB. Windows color (decimal): -292220 or 8686331. OLE color: 8686331.

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

Color convert

RGB251138132-
CMYK00.450.470.02
HSL3.03º93.7%75.1%-
HSV(B)3.03º47.41%98.43%-
XYZ53.0440.3526.82-
YUV171.1105.94184.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.18%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 132 (51.95% from 255) = 25.34%
R=48.18%
G=26.49%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113813200.450.470.023.0393.775.1
HexFB8A8402D2F235e4b
Octal3732122040555723136113
Binary1111101110001010100001000101101101111101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8A84; }

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

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

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

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

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

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

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

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