Html Css Color HEX #FC8880 Light Coral

📋 copy color: '#FC8880'

red 252 ◦ green 136 ◦ blue 128

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

Shades of Light Coral #FC8880

Tints of Light Coral #FC8880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.36%

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

R = 48.84%
G = 26.36%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC8880 (or 0xFC8880) is known color: Light Coral. HEX triplet: FC, 88 and 80. RGB value is (252,136,128). Sum of RGB (Red+Green+Blue) = 252+136+128=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8880 is #03777F. Grayscale: #A9A9A9. Windows color (decimal): -227200 or 8423676. OLE color: 8423676.

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

Color convert

RGB 252 136 128 -
CMYK 0 0.46 0.49 0.01
HSL 3.87º 0.95% 0.75% -
HSV(B) 3.87º 0.49% 0.99% -
XYZ 52.85 39.86 25.33 -
YUV 169.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 252 136 128 0 0.46 0.49 0.01 3.87 0.95 0.75
Hex FC 88 80 0 2E 31 1 4 5F 4B
Octal 374 210 200 0 56 61 1 4 137 113
Binary 11111100 10001000 10000000 0 101110 110001 1 100 1011111 1001011

Color Harmonies of #FC8880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8880

Black with #FC8880

Text Example


Text Example

White with #FC8880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8880; }

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

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

background-color css

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

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

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

border-color css

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

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

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