Html Css Color HEX #FA8280 Light Coral

📋 copy color: '#FA8280'

red 250 ◦ green 130 ◦ blue 128

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

Shades of Light Coral #FA8280

Tints of Light Coral #FA8280

RGB

 RED value IS 250 (98.05% from 255) = 49.21%

 GREEN value IS 130 (51.17% from 255) = 25.59%

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

R = 49.21%
G = 25.59%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA8280 (or 0xFA8280) is known color: Light Coral. HEX triplet: FA, 82 and 80. RGB value is (250,130,128). Sum of RGB (Red+Green+Blue) = 250+130+128=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8280 is #057D7F. Grayscale: #A5A5A5. Windows color (decimal): -359808 or 8422138. OLE color: 8422138.

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

Color convert

RGB 250 130 128 -
CMYK 0 0.48 0.49 0.02
HSL 0.98º 0.92% 0.74% -
HSV(B) 0.98º 0.49% 0.98% -
XYZ 51.3 37.85 25.02 -
YUV 165.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 250 130 128 0 0.48 0.49 0.02 0.98 0.92 0.74
Hex FA 82 80 0 30 31 2 1 5C 4A
Octal 372 202 200 0 60 61 2 1 134 112
Binary 11111010 10000010 10000000 0 110000 110001 10 1 1011100 1001010

Color Harmonies of #FA8280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8280

Black with #FA8280

Text Example


Text Example

White with #FA8280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8280; }

 p { color: rgb(250,130,128); }

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

background-color css

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

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

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

border-color css

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

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

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