Html Css Color HEX #FA8686 Light Coral

📋 copy color: '#FA8686'

red 250 ◦ green 134 ◦ blue 134

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

Shades of Light Coral #FA8686

Tints of Light Coral #FA8686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.87%

 BLUE value IS 134 (52.73% from 255) = 25.87%

R = 48.26%
G = 25.87%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA8686 (or 0xFA8686) is known color: Light Coral. HEX triplet: FA, 86 and 86. RGB value is (250,134,134). Sum of RGB (Red+Green+Blue) = 250+134+134=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8686 is #057979. Grayscale: #A8A8A8. Windows color (decimal): -358778 or 8816378. OLE color: 8816378.

HSL color Cylindrical-coordinate representation of color #FA8686: hue angle of 0º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA8686 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 134 134 -
CMYK 0 0.46 0.46 0.02
HSL 0.92% 0.75% -
HSV(B) 0.46% 0.98% -
XYZ 52.25 39.1 27.35 -
YUV 168.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 250 134 134 0 0.46 0.46 0.02 0 0.92 0.75
Hex FA 86 86 0 2E 2E 2 0 5C 4B
Octal 372 206 206 0 56 56 2 0 134 113
Binary 11111010 10000110 10000110 0 101110 101110 10 0 1011100 1001011

Color Harmonies of #FA8686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8686

Black with #FA8686

Text Example


Text Example

White with #FA8686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8686; }

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

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

background-color css

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

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

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

border-color css

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

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

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