#FEA0B0

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

Shades of Illusion #FEA0B0

Tints of Illusion #FEA0B0

Color information

#FEA0B0 (or 0xFEA0B0) is unknown color: approx Illusion. HEX triplet: FE, A0 and B0. RGB value is (254,160,176). Sum of RGB (Red+Green+Blue) = 254+160+176=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0B0 is #015F4F. Grayscale: #BDBDBD. Windows color (decimal): -89936 or 11575550. OLE color: 11575550.

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

Color convert

RGB254160176-
CMYK00.370.310.00
HSL349.79º97.92%81.18%-
HSV(B)349.79º37.01%99.61%-
XYZ61.2849.3547.37-
YUV189.93120.14173.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 160 (62.89% from 255) = 27.12%
BLUE value IS 176 (69.14% from 255) = 29.83%
R=43.05%
G=27.12%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416017600.370.310.00349.7997.9281.18
HexFEA0B00251F015e6251
Octal376240260045370536142121
Binary111111101010000010110000010010111111010101111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0B0; }

 p { color: rgb(254,160,176); }

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

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

 a { background-color: rgb(254,160,176); }

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

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

 span { border-color: rgb(254,160,176); }

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