Html Css Color HEX #FA807E Light Coral

📋 copy color: '#FA807E'

red 250 ◦ green 128 ◦ blue 126

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

Shades of Light Coral #FA807E

Tints of Light Coral #FA807E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25%

R = 49.6%
G = 25.4%
B = 25%

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

#FA807E (or 0xFA807E) is known color: Light Coral. HEX triplet: FA, 80 and 7E. RGB value is (250,128,126). Sum of RGB (Red+Green+Blue) = 250+128+126=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA807E is #057F81. Grayscale: #A4A4A4. Windows color (decimal): -360322 or 8290554. OLE color: 8290554.

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

Color convert

RGB 250 128 126 -
CMYK 0 0.49 0.50 0.02
HSL 0.97º 0.93% 0.74% -
HSV(B) 0.97º 0.5% 0.98% -
XYZ 50.91 37.27 24.25 -
YUV 164.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 250 128 126 0 0.49 0.50 0.02 0.97 0.93 0.74
Hex FA 80 7E 0 31 32 2 1 5D 4A
Octal 372 200 176 0 61 62 2 1 135 112
Binary 11111010 10000000 1111110 0 110001 110010 10 1 1011101 1001010

Color Harmonies of #FA807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA807E

Black with #FA807E

Text Example


Text Example

White with #FA807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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