Html Css Color HEX #FC8380 Light Coral

📋 copy color: '#FC8380'

red 252 ◦ green 131 ◦ blue 128

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

Shades of Light Coral #FC8380

Tints of Light Coral #FC8380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.64%

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

R = 49.32%
G = 25.64%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC8380 (or 0xFC8380) is known color: Light Coral. HEX triplet: FC, 83 and 80. RGB value is (252,131,128). Sum of RGB (Red+Green+Blue) = 252+131+128=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8380 is #037C7F. Grayscale: #A6A6A6. Windows color (decimal): -228480 or 8422396. OLE color: 8422396.

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

Color convert

RGB 252 131 128 -
CMYK 0 0.48 0.49 0.01
HSL 1.45º 0.95% 0.75% -
HSV(B) 1.45º 0.49% 0.99% -
XYZ 52.16 38.49 25.1 -
YUV 166.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 252 131 128 0 0.48 0.49 0.01 1.45 0.95 0.75
Hex FC 83 80 0 30 31 1 1 5F 4B
Octal 374 203 200 0 60 61 1 1 137 113
Binary 11111100 10000011 10000000 0 110000 110001 1 1 1011111 1001011

Color Harmonies of #FC8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8380

Black with #FC8380

Text Example


Text Example

White with #FC8380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8380; }

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

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

background-color css

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

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

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

border-color css

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

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

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