#FEA8BE

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

Shades of Cupid #FEA8BE

Tints of Cupid #FEA8BE

Color information

#FEA8BE (or 0xFEA8BE) is unknown color: approx Cupid. HEX triplet: FE, A8 and BE. RGB value is (254,168,190). Sum of RGB (Red+Green+Blue) = 254+168+190=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8BE is #015741. Grayscale: #C4C4C4. Windows color (decimal): -87874 or 12495102. OLE color: 12495102.

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

Color convert

RGB254168190-
CMYK00.340.250.00
HSL344.65º97.73%82.75%-
HSV(B)344.65º33.86%99.61%-
XYZ64.1752.7955.52-
YUV196.22124.49169.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 168 (66.02% from 255) = 27.45%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=41.50%
G=27.45%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416819000.340.250.00344.6597.7382.75
HexFEA8BE0221901596253
Octal376250276042310531142123
Binary111111101010100010111110010001011001010101100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8BE; }

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

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

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

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

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

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

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

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