#FB8381

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

Shades of Light Coral #FB8381

Tints of Light Coral #FB8381

Color information

#FB8381 (or 0xFB8381) is unknown color: approx Light Coral. HEX triplet: FB, 83 and 81. RGB value is (251,131,129). Sum of RGB (Red+Green+Blue) = 251+131+129=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8381 is #047C7E. Grayscale: #A6A6A6. Windows color (decimal): -294015 or 8487931. OLE color: 8487931.

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

Color convert

RGB251131129-
CMYK00.480.490.02
HSL0.98º93.85%74.51%-
HSV(B)0.98º48.61%98.43%-
XYZ51.8638.3325.43-
YUV166.65106.76188.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.12%
GREEN value IS 131 (51.56% from 255) = 25.64%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=49.12%
G=25.64%
B=25.24%

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
Decimal25113112900.480.490.020.9893.8574.51
HexFB838103031215e4b
Octal3732032010606121136113
Binary111110111000001110000001011000011000110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8381; }

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

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

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

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

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

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

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

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