#FEA0B4

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

Shades of Illusion #FEA0B4

Tints of Illusion #FEA0B4

Color information

#FEA0B4 (or 0xFEA0B4) is unknown color: approx Illusion. HEX triplet: FE, A0 and B4. RGB value is (254,160,180). Sum of RGB (Red+Green+Blue) = 254+160+180=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0B4 is #015F4B. Grayscale: #BEBEBE. Windows color (decimal): -89932 or 11837694. OLE color: 11837694.

HSL color Cylindrical-coordinate representation of color #FEA0B4: hue angle of 347.23º 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 #FEA0B4 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB254160180-
CMYK00.370.290.00
HSL347.23º97.92%81.18%-
HSV(B)347.23º37.01%99.61%-
XYZ61.6849.5149.48-
YUV190.39122.14173.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 160 (62.89% from 255) = 26.94%
BLUE value IS 180 (70.70% from 255) = 30.30%
R=42.76%
G=26.94%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416018000.370.290.00347.2397.9281.18
HexFEA0B40251D015b6251
Octal376240264045350533142121
Binary111111101010000010110100010010111101010101101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0B4; }

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

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

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

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

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

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

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

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