#FC8585

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

Shades of Light Coral #FC8585

Tints of Light Coral #FC8585

Color information

#FC8585 (or 0xFC8585) is unknown color: approx Light Coral. HEX triplet: FC, 85 and 85. RGB value is (252,133,133). Sum of RGB (Red+Green+Blue) = 252+133+133=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8585 is #037A7A. Grayscale: #A8A8A8. Windows color (decimal): -227963 or 8750588. OLE color: 8750588.

HSL color Cylindrical-coordinate representation of color #FC8585: 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.47%. Process color model (Four color, CMYK) of #FC8585 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB252133133-
CMYK00.470.470.01
HSL95.2%75.49%-
HSV(B)47.22%98.82%-
XYZ52.7739.1626.97-
YUV168.58107.92187.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.65%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=48.65%
G=25.68%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213313300.470.470.01095.275.49
HexFC858502F2F105f4b
Octal3742052050575710137113
Binary11111100100001011000010101011111011111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8585; }

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

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

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

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

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

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

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

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