Html Css Color HEX #FA7E7D Light Coral

📋 copy color: '#FA7E7D'

red 250 ◦ green 126 ◦ blue 125

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

Shades of Light Coral #FA7E7D

Tints of Light Coral #FA7E7D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.15%

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

R = 49.9%
G = 25.15%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA7E7D (or 0xFA7E7D) is known color: Light Coral. HEX triplet: FA, 7E and 7D. RGB value is (250,126,125). Sum of RGB (Red+Green+Blue) = 250+126+125=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E7D is #058182. Grayscale: #A3A3A3. Windows color (decimal): -360835 or 8224506. OLE color: 8224506.

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

Color convert

RGB 250 126 125 -
CMYK 0 0.50 0.50 0.02
HSL 0.48º 0.93% 0.74% -
HSV(B) 0.48º 0.5% 0.98% -
XYZ 50.59 36.73 23.82 -
YUV 162.96 106.58 190.08 -
System Red Green Blue C M Y K H S L
Decimal 250 126 125 0 0.50 0.50 0.02 0.48 0.93 0.74
Hex FA 7E 7D 0 32 32 2 0 5D 4A
Octal 372 176 175 0 62 62 2 0 135 112
Binary 11111010 1111110 1111101 0 110010 110010 10 0 1011101 1001010

Color Harmonies of #FA7E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7E7D

Black with #FA7E7D

Text Example


Text Example

White with #FA7E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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