Html Css Color HEX #FA7E7E Light Coral

📋 copy color: '#FA7E7E'

red 250 ◦ green 126 ◦ blue 126

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

Shades of Light Coral #FA7E7E

Tints of Light Coral #FA7E7E

RGB

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

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

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

R = 49.8%
G = 25.1%
B = 25.1%

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

#FA7E7E (or 0xFA7E7E) is known color: Light Coral. HEX triplet: FA, 7E and 7E. RGB value is (250,126,126). Sum of RGB (Red+Green+Blue) = 250+126+126=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E7E is #058181. Grayscale: #A3A3A3. Windows color (decimal): -360834 or 8290042. OLE color: 8290042.

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

Color convert

RGB 250 126 126 -
CMYK 0 0.50 0.50 0.02
HSL 0.93% 0.74% -
HSV(B) 0.5% 0.98% -
XYZ 50.65 36.75 24.16 -
YUV 163.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 250 126 126 0 0.50 0.50 0.02 0 0.93 0.74
Hex FA 7E 7E 0 32 32 2 0 5D 4A
Octal 372 176 176 0 62 62 2 0 135 112
Binary 11111010 1111110 1111110 0 110010 110010 10 0 1011101 1001010

Color Harmonies of #FA7E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7E7E

Black with #FA7E7E

Text Example


Text Example

White with #FA7E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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