Html Css Color HEX #FB807F Light Coral

📋 copy color: '#FB807F'

red 251 ◦ green 128 ◦ blue 127

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

Shades of Light Coral #FB807F

Tints of Light Coral #FB807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.1%

R = 49.6%
G = 25.3%
B = 25.1%

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

#FB807F (or 0xFB807F) is known color: Light Coral. HEX triplet: FB, 80 and 7F. RGB value is (251,128,127). Sum of RGB (Red+Green+Blue) = 251+128+127=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB807F is #047F80. Grayscale: #A4A4A4. Windows color (decimal): -294785 or 8356091. OLE color: 8356091.

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

Color convert

RGB 251 128 127 -
CMYK 0 0.49 0.49 0.02
HSL 0.48º 0.94% 0.74% -
HSV(B) 0.48º 0.49% 0.98% -
XYZ 51.33 37.48 24.61 -
YUV 164.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 251 128 127 0 0.49 0.49 0.02 0.48 0.94 0.74
Hex FB 80 7F 0 31 31 2 0 5E 4A
Octal 373 200 177 0 61 61 2 0 136 112
Binary 11111011 10000000 1111111 0 110001 110001 10 0 1011110 1001010

Color Harmonies of #FB807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB807F

Black with #FB807F

Text Example


Text Example

White with #FB807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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