#FC8681

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

Shades of Light Coral #FC8681

Tints of Light Coral #FC8681

Color information

#FC8681 (or 0xFC8681) is unknown color: approx Light Coral. HEX triplet: FC, 86 and 81. RGB value is (252,134,129). Sum of RGB (Red+Green+Blue) = 252+134+129=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8681 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8681 is #03797E. Grayscale: #A8A8A8. Windows color (decimal): -227711 or 8488700. OLE color: 8488700.

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

Color convert

RGB252134129-
CMYK00.470.490.01
HSL2.44º95.35%74.71%-
HSV(B)2.44º48.81%98.82%-
XYZ52.6339.3325.59-
YUV168.71105.59187.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 134 (52.73% from 255) = 26.02%
BLUE value IS 129 (50.78% from 255) = 25.05%
R=48.93%
G=26.02%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213412900.470.490.012.4495.3574.71
HexFC868102F31125f4b
Octal3742062010576112137113
Binary111111001000011010000001010111111000111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8681; }

 p { color: rgb(252,134,129); }

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

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

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

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

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

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

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