#FC8985

Color #FC8985 Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #FC8985

Tints of Light Coral #FC8985

Color information

#FC8985 (or 0xFC8985) is unknown color: approx Light Coral. HEX triplet: FC, 89 and 85. RGB value is (252,137,133). Sum of RGB (Red+Green+Blue) = 252+137+133=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8985 is #03767A. Grayscale: #ABABAB. Windows color (decimal): -226939 or 8751612. OLE color: 8751612.

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

Color convert

RGB252137133-
CMYK00.460.470.01
HSL2.02º95.2%75.49%-
HSV(B)2.02º47.22%98.82%-
XYZ53.3240.2827.15-
YUV170.93106.6185.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.28%
GREEN value IS 137 (53.91% from 255) = 26.25%
BLUE value IS 133 (52.34% from 255) = 25.48%
R=48.28%
G=26.25%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213713300.460.470.012.0295.275.49
HexFC898502E2F125f4b
Octal3742112050565712137113
Binary111111001000100110000101010111010111111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8985; }

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

 H1.HeaderClassName
 {
   color: #FC8985;
 }
 .AnyTagClassName
 {
   color: #FC8985;
 }
</style>
background-color css

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

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

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

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

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

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