#FEA8BF

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

Shades of Cupid #FEA8BF

Tints of Cupid #FEA8BF

Color information

#FEA8BF (or 0xFEA8BF) is unknown color: approx Cupid. HEX triplet: FE, A8 and BF. RGB value is (254,168,191). Sum of RGB (Red+Green+Blue) = 254+168+191=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8BF is #015740. Grayscale: #C4C4C4. Windows color (decimal): -87873 or 12560638. OLE color: 12560638.

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

Color convert

RGB254168191-
CMYK00.340.250.00
HSL343.95º97.73%82.75%-
HSV(B)343.95º33.86%99.61%-
XYZ64.2852.8456.1-
YUV196.34124.99169.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 168 (66.02% from 255) = 27.41%
BLUE value IS 191 (75% from 255) = 31.16%
R=41.44%
G=27.41%
B=31.16%

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
Decimal25416819100.340.250.00343.9597.7382.75
HexFEA8BF0221901586253
Octal376250277042310530142123
Binary111111101010100010111111010001011001010101100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8BF; }

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

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

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

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

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

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

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

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