Html Css Color HEX #FB8080 Light Coral

📋 copy color: '#FB8080'

red 251 ◦ green 128 ◦ blue 128

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

Shades of Light Coral #FB8080

Tints of Light Coral #FB8080

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.25%

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

R = 49.51%
G = 25.25%
B = 25.25%

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

#FB8080 (or 0xFB8080) is known color: Light Coral. HEX triplet: FB, 80 and 80. RGB value is (251,128,128). Sum of RGB (Red+Green+Blue) = 251+128+128=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8080 is #047F7F. Grayscale: #A4A4A4. Windows color (decimal): -294784 or 8421627. OLE color: 8421627.

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

Color convert

RGB 251 128 128 -
CMYK 0 0.49 0.49 0.02
HSL 0.94% 0.74% -
HSV(B) 0.49% 0.98% -
XYZ 51.4 37.51 24.95 -
YUV 164.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 251 128 128 0 0.49 0.49 0.02 0 0.94 0.74
Hex FB 80 80 0 31 31 2 0 5E 4A
Octal 373 200 200 0 61 61 2 0 136 112
Binary 11111011 10000000 10000000 0 110001 110001 10 0 1011110 1001010

Color Harmonies of #FB8080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8080

Black with #FB8080

Text Example


Text Example

White with #FB8080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8080; }

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

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

background-color css

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

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

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

border-color css

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

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

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