Html Css Color HEX #FA8983 Light Coral

📋 copy color: '#FA8983'

red 250 ◦ green 137 ◦ blue 131

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

Shades of Light Coral #FA8983

Tints of Light Coral #FA8983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.45%

 BLUE value IS 131 (51.56% from 255) = 25.29%

R = 48.26%
G = 26.45%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA8983 (or 0xFA8983) is known color: Light Coral. HEX triplet: FA, 89 and 83. RGB value is (250,137,131). Sum of RGB (Red+Green+Blue) = 250+137+131=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8983 is #05767C. Grayscale: #AAAAAA. Windows color (decimal): -358013 or 8620538. OLE color: 8620538.

HSL color Cylindrical-coordinate representation of color #FA8983: hue angle of 3.03º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8983 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 137 131 -
CMYK 0 0.45 0.48 0.02
HSL 3.03º 0.92% 0.75% -
HSV(B) 3.03º 0.48% 0.98% -
XYZ 52.47 39.85 26.4 -
YUV 170.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 250 137 131 0 0.45 0.48 0.02 3.03 0.92 0.75
Hex FA 89 83 0 2D 30 2 3 5C 4B
Octal 372 211 203 0 55 60 2 3 134 113
Binary 11111010 10001001 10000011 0 101101 110000 10 11 1011100 1001011

Color Harmonies of #FA8983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8983

Black with #FA8983

Text Example


Text Example

White with #FA8983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8983; }

 p { color: rgb(250,137,131); }

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

background-color css

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

 a { background-color: rgb(250,137,131); }

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

border-color css

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

 span { border-color: rgb(250,137,131); }

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