Html Css Color HEX #FB8481 Light Coral

📋 copy color: '#FB8481'

red 251 ◦ green 132 ◦ blue 129

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

Shades of Light Coral #FB8481

Tints of Light Coral #FB8481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.78%

 BLUE value IS 129 (50.78% from 255) = 25.2%

R = 49.02%
G = 25.78%
B = 25.2%

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

#FB8481 (or 0xFB8481) is known color: Light Coral. HEX triplet: FB, 84 and 81. RGB value is (251,132,129). Sum of RGB (Red+Green+Blue) = 251+132+129=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8481 is #047B7E. Grayscale: #A7A7A7. Windows color (decimal): -293759 or 8488187. OLE color: 8488187.

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

Color convert

RGB 251 132 129 -
CMYK 0 0.47 0.49 0.02
HSL 1.48º 0.94% 0.75% -
HSV(B) 1.48º 0.49% 0.98% -
XYZ 52 38.6 25.48 -
YUV 167.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 251 132 129 0 0.47 0.49 0.02 1.48 0.94 0.75
Hex FB 84 81 0 2F 31 2 1 5E 4B
Octal 373 204 201 0 57 61 2 1 136 113
Binary 11111011 10000100 10000001 0 101111 110001 10 1 1011110 1001011

Color Harmonies of #FB8481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8481

Black with #FB8481

Text Example


Text Example

White with #FB8481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8481; }

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

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

background-color css

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

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

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

border-color css

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

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

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