Html Css Color HEX #FB8180 Light Coral

📋 copy color: '#FB8180'

red 251 ◦ green 129 ◦ blue 128

#FB8180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Coral #FB8180

Tints of Light Coral #FB8180

RGB

 RED value IS 251 (98.44% from 255) = 49.41%

 GREEN value IS 129 (50.78% from 255) = 25.39%

 BLUE value IS 128 (50.39% from 255) = 25.2%

R = 49.41%
G = 25.39%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB8180 (or 0xFB8180) is known color: Light Coral. HEX triplet: FB, 81 and 80. RGB value is (251,129,128). Sum of RGB (Red+Green+Blue) = 251+129+128=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8180 is #047E7F. Grayscale: #A5A5A5. Windows color (decimal): -294528 or 8421883. OLE color: 8421883.

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

Color convert

RGB 251 129 128 -
CMYK 0 0.49 0.49 0.02
HSL 0.49º 0.94% 0.74% -
HSV(B) 0.49º 0.49% 0.98% -
XYZ 51.53 37.77 25 -
YUV 165.36 106.92 189.08 -
System Red Green Blue C M Y K H S L
Decimal 251 129 128 0 0.49 0.49 0.02 0.49 0.94 0.74
Hex FB 81 80 0 31 31 2 0 5E 4A
Octal 373 201 200 0 61 61 2 0 136 112
Binary 11111011 10000001 10000000 0 110001 110001 10 0 1011110 1001010

Color Harmonies of #FB8180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8180

Black with #FB8180

Text Example


Text Example

White with #FB8180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8180; }

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

 H1.HeaderClassName
 {
   color: #FB8180;
 }
 .AnyTagClassName
 {
   color: #FB8180;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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