Html Css Color HEX #FC8680 Light Coral

📋 copy color: '#FC8680'

red 252 ◦ green 134 ◦ blue 128

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

Shades of Light Coral #FC8680

Tints of Light Coral #FC8680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.9%

R = 49.03%
G = 26.07%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC8680 (or 0xFC8680) is known color: Light Coral. HEX triplet: FC, 86 and 80. RGB value is (252,134,128). Sum of RGB (Red+Green+Blue) = 252+134+128=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8680 is #03797F. Grayscale: #A8A8A8. Windows color (decimal): -227712 or 8423164. OLE color: 8423164.

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

Color convert

RGB 252 134 128 -
CMYK 0 0.47 0.49 0.01
HSL 2.9º 0.95% 0.75% -
HSV(B) 2.9º 0.49% 0.99% -
XYZ 52.57 39.3 25.24 -
YUV 168.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 252 134 128 0 0.47 0.49 0.01 2.9 0.95 0.75
Hex FC 86 80 0 2F 31 1 3 5F 4B
Octal 374 206 200 0 57 61 1 3 137 113
Binary 11111100 10000110 10000000 0 101111 110001 1 11 1011111 1001011

Color Harmonies of #FC8680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8680

Black with #FC8680

Text Example


Text Example

White with #FC8680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8680; }

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

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

background-color css

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

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

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

border-color css

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

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

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