Html Css Color HEX #FC8080 Light Coral

📋 copy color: '#FC8080'

red 252 ◦ green 128 ◦ blue 128

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

Shades of Light Coral #FC8080

Tints of Light Coral #FC8080

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.2%

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

R = 49.61%
G = 25.2%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC8080 (or 0xFC8080) is known color: Light Coral. HEX triplet: FC, 80 and 80. RGB value is (252,128,128). Sum of RGB (Red+Green+Blue) = 252+128+128=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8080 is #037F7F. Grayscale: #A5A5A5. Windows color (decimal): -229248 or 8421628. OLE color: 8421628.

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

Color convert

RGB 252 128 128 -
CMYK 0 0.49 0.49 0.01
HSL 0.95% 0.75% -
HSV(B) 0.49% 0.99% -
XYZ 51.76 37.69 24.97 -
YUV 165.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 252 128 128 0 0.49 0.49 0.01 0 0.95 0.75
Hex FC 80 80 0 31 31 1 0 5F 4B
Octal 374 200 200 0 61 61 1 0 137 113
Binary 11111100 10000000 10000000 0 110001 110001 1 0 1011111 1001011

Color Harmonies of #FC8080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8080

Black with #FC8080

Text Example


Text Example

White with #FC8080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8080; }

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

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

background-color css

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

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

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

border-color css

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

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

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