#FE8886

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

Shades of Light Coral #FE8886

Tints of Light Coral #FE8886

Color information

#FE8886 (or 0xFE8886) is unknown color: approx Light Coral. HEX triplet: FE, 88 and 86. RGB value is (254,136,134). Sum of RGB (Red+Green+Blue) = 254+136+134=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8886 is #017779. Grayscale: #ABABAB. Windows color (decimal): -96122 or 8816894. OLE color: 8816894.

HSL color Cylindrical-coordinate representation of color #FE8886: hue angle of 1º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE8886 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB254136134-
CMYK00.460.470.00
HSL98.36%76.08%-
HSV(B)47.24%99.61%-
XYZ53.9840.427.51-
YUV171.05107.09187.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.47%
GREEN value IS 136 (53.52% from 255) = 25.95%
BLUE value IS 134 (52.73% from 255) = 25.57%
R=48.47%
G=25.95%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413613400.460.470.00198.3676.08
HexFE888602E2F01624c
Octal3762102060565701142114
Binary11111110100010001000011001011101011110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8886; }

 p { color: rgb(254,136,134); }

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

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

 a { background-color: rgb(254,136,134); }

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

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

 span { border-color: rgb(254,136,134); }

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