Html Css Color HEX #FC8580 Light Coral

📋 copy color: '#FC8580'

red 252 ◦ green 133 ◦ blue 128

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

Shades of Light Coral #FC8580

Tints of Light Coral #FC8580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.93%

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

R = 49.12%
G = 25.93%
B = 24.95%

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

#FC8580 (or 0xFC8580) is known color: Light Coral. HEX triplet: FC, 85 and 80. RGB value is (252,133,128). Sum of RGB (Red+Green+Blue) = 252+133+128=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8580 is #037A7F. Grayscale: #A8A8A8. Windows color (decimal): -227968 or 8422908. OLE color: 8422908.

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

Color convert

RGB 252 133 128 -
CMYK 0 0.47 0.49 0.01
HSL 2.42º 0.95% 0.75% -
HSV(B) 2.42º 0.49% 0.99% -
XYZ 52.43 39.03 25.19 -
YUV 168.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 252 133 128 0 0.47 0.49 0.01 2.42 0.95 0.75
Hex FC 85 80 0 2F 31 1 2 5F 4B
Octal 374 205 200 0 57 61 1 2 137 113
Binary 11111100 10000101 10000000 0 101111 110001 1 10 1011111 1001011

Color Harmonies of #FC8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8580

Black with #FC8580

Text Example


Text Example

White with #FC8580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8580; }

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

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

background-color css

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

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

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

border-color css

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

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

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