Html Css Color HEX #FA807D Light Coral

📋 copy color: '#FA807D'

red 250 ◦ green 128 ◦ blue 125

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

Shades of Light Coral #FA807D

Tints of Light Coral #FA807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.85%

R = 49.7%
G = 25.45%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA807D (or 0xFA807D) is known color: Light Coral. HEX triplet: FA, 80 and 7D. RGB value is (250,128,125). Sum of RGB (Red+Green+Blue) = 250+128+125=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA807D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA807D is #057F82. Grayscale: #A4A4A4. Windows color (decimal): -360323 or 8225018. OLE color: 8225018.

HSL color Cylindrical-coordinate representation of color #FA807D: hue angle of 1.44º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA807D is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 125 -
CMYK 0 0.49 0.50 0.02
HSL 1.44º 0.93% 0.74% -
HSV(B) 1.44º 0.5% 0.98% -
XYZ 50.85 37.24 23.91 -
YUV 164.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 250 128 125 0 0.49 0.50 0.02 1.44 0.93 0.74
Hex FA 80 7D 0 31 32 2 1 5D 4A
Octal 372 200 175 0 61 62 2 1 135 112
Binary 11111010 10000000 1111101 0 110001 110010 10 1 1011101 1001010

Color Harmonies of #FA807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA807D

Black with #FA807D

Text Example


Text Example

White with #FA807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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