Html Css Color HEX #FA807F Light Coral

📋 copy color: '#FA807F'

red 250 ◦ green 128 ◦ blue 127

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

Shades of Light Coral #FA807F

Tints of Light Coral #FA807F

RGB

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

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

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

R = 49.5%
G = 25.35%
B = 25.15%

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

#FA807F (or 0xFA807F) is known color: Light Coral. HEX triplet: FA, 80 and 7F. RGB value is (250,128,127). Sum of RGB (Red+Green+Blue) = 250+128+127=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA807F is #057F80. Grayscale: #A4A4A4. Windows color (decimal): -360321 or 8356090. OLE color: 8356090.

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

Color convert

RGB 250 128 127 -
CMYK 0 0.49 0.49 0.02
HSL 0.49º 0.92% 0.74% -
HSV(B) 0.49º 0.49% 0.98% -
XYZ 50.97 37.29 24.59 -
YUV 164.36 106.92 189.08 -
System Red Green Blue C M Y K H S L
Decimal 250 128 127 0 0.49 0.49 0.02 0.49 0.92 0.74
Hex FA 80 7F 0 31 31 2 0 5C 4A
Octal 372 200 177 0 61 61 2 0 134 112
Binary 11111010 10000000 1111111 0 110001 110001 10 0 1011100 1001010

Color Harmonies of #FA807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA807F

Black with #FA807F

Text Example


Text Example

White with #FA807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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