#FE8881

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

Shades of Light Coral #FE8881

Tints of Light Coral #FE8881

Color information

#FE8881 (or 0xFE8881) is unknown color: approx Light Coral. HEX triplet: FE, 88 and 81. RGB value is (254,136,129). Sum of RGB (Red+Green+Blue) = 254+136+129=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8881 is #01777E. Grayscale: #AAAAAA. Windows color (decimal): -96127 or 8489214. OLE color: 8489214.

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

Color convert

RGB254136129-
CMYK00.460.490.00
HSL3.36º98.43%75.1%-
HSV(B)3.36º49.21%99.61%-
XYZ53.6440.2625.71-
YUV170.48104.59187.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.94%
GREEN value IS 136 (53.52% from 255) = 26.20%
BLUE value IS 129 (50.78% from 255) = 24.86%
R=48.94%
G=26.20%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413612900.460.490.003.3698.4375.1
HexFE888102E3103624b
Octal3762102010566103142113
Binary111111101000100010000001010111011000101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8881; }

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

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

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

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

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

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

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

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