#FEA9BE

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

Shades of Cupid #FEA9BE

Tints of Cupid #FEA9BE

Color information

#FEA9BE (or 0xFEA9BE) is unknown color: approx Cupid. HEX triplet: FE, A9 and BE. RGB value is (254,169,190). Sum of RGB (Red+Green+Blue) = 254+169+190=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9BE is #015641. Grayscale: #C4C4C4. Windows color (decimal): -87618 or 12495358. OLE color: 12495358.

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

Color convert

RGB254169190-
CMYK00.330.250.00
HSL345.18º97.7%82.94%-
HSV(B)345.18º33.46%99.61%-
XYZ64.3653.1655.59-
YUV196.81124.16168.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 169 (66.41% from 255) = 27.57%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=41.44%
G=27.57%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416919000.330.250.00345.1897.782.94
HexFEA9BE0211901596253
Octal376251276041310531142123
Binary111111101010100110111110010000111001010101100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9BE; }

 p { color: rgb(254,169,190); }

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

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

 a { background-color: rgb(254,169,190); }

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

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

 span { border-color: rgb(254,169,190); }

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