#FB8281

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

Shades of Light Coral #FB8281

Tints of Light Coral #FB8281

Color information

#FB8281 (or 0xFB8281) is unknown color: approx Light Coral. HEX triplet: FB, 82 and 81. RGB value is (251,130,129). Sum of RGB (Red+Green+Blue) = 251+130+129=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8281 is #047D7E. Grayscale: #A6A6A6. Windows color (decimal): -294271 or 8487675. OLE color: 8487675.

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

Color convert

RGB251130129-
CMYK00.480.490.02
HSL0.49º93.85%74.51%-
HSV(B)0.49º48.61%98.43%-
XYZ51.7338.0625.39-
YUV166.06107.09188.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.22%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 129 (50.78% from 255) = 25.29%
R=49.22%
G=25.49%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113012900.480.490.020.4993.8574.51
HexFB828103031205e4b
Octal3732022010606120136113
Binary111110111000001010000001011000011000110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8281; }

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

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

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

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

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

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

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

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