Html Css Color HEX #FC8686 Light Coral

📋 copy color: '#FC8686'

red 252 ◦ green 134 ◦ blue 134

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

Shades of Light Coral #FC8686

Tints of Light Coral #FC8686

RGB

 RED value IS 252 (98.83% from 255) = 48.46%

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

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

R = 48.46%
G = 25.77%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC8686 (or 0xFC8686) is known color: Light Coral. HEX triplet: FC, 86 and 86. RGB value is (252,134,134). Sum of RGB (Red+Green+Blue) = 252+134+134=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8686 is #037979. Grayscale: #A9A9A9. Windows color (decimal): -227706 or 8816380. OLE color: 8816380.

HSL color Cylindrical-coordinate representation of color #FC8686: hue angle of 0º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC8686 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 134 134 -
CMYK 0 0.47 0.47 0.01
HSL 0.95% 0.76% -
HSV(B) 0.47% 0.99% -
XYZ 52.97 39.47 27.38 -
YUV 169.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 252 134 134 0 0.47 0.47 0.01 0 0.95 0.76
Hex FC 86 86 0 2F 2F 1 0 5F 4C
Octal 374 206 206 0 57 57 1 0 137 114
Binary 11111100 10000110 10000110 0 101111 101111 1 0 1011111 1001100

Color Harmonies of #FC8686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8686

Black with #FC8686

Text Example


Text Example

White with #FC8686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8686; }

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

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

background-color css

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

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

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

border-color css

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

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

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