Html Css Color HEX #FB8580 Light Coral

📋 copy color: '#FB8580'

red 251 ◦ green 133 ◦ blue 128

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

Shades of Light Coral #FB8580

Tints of Light Coral #FB8580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.98%

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

R = 49.02%
G = 25.98%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB8580 (or 0xFB8580) is known color: Light Coral. HEX triplet: FB, 85 and 80. RGB value is (251,133,128). Sum of RGB (Red+Green+Blue) = 251+133+128=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8580 is #047A7F. Grayscale: #A7A7A7. Windows color (decimal): -293504 or 8422907. OLE color: 8422907.

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

Color convert

RGB 251 133 128 -
CMYK 0 0.47 0.49 0.02
HSL 2.44º 0.94% 0.74% -
HSV(B) 2.44º 0.49% 0.98% -
XYZ 52.07 38.84 25.18 -
YUV 167.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 251 133 128 0 0.47 0.49 0.02 2.44 0.94 0.74
Hex FB 85 80 0 2F 31 2 2 5E 4A
Octal 373 205 200 0 57 61 2 2 136 112
Binary 11111011 10000101 10000000 0 101111 110001 10 10 1011110 1001010

Color Harmonies of #FB8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8580

Black with #FB8580

Text Example


Text Example

White with #FB8580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8580; }

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

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

background-color css

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

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

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

border-color css

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

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

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