#FEA9C0

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

Shades of Cupid #FEA9C0

Tints of Cupid #FEA9C0

Color information

#FEA9C0 (or 0xFEA9C0) is unknown color: approx Cupid. HEX triplet: FE, A9 and C0. RGB value is (254,169,192). Sum of RGB (Red+Green+Blue) = 254+169+192=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9C0 is #01563F. Grayscale: #C5C5C5. Windows color (decimal): -87616 or 12626430. OLE color: 12626430.

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

Color convert

RGB254169192-
CMYK00.330.240.00
HSL343.76º97.7%82.94%-
HSV(B)343.76º33.46%99.61%-
XYZ64.5853.2556.74-
YUV197.04125.16168.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 169 (66.41% from 255) = 27.48%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=41.30%
G=27.48%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416919200.330.240.00343.7697.782.94
HexFEA9C00211801586253
Octal376251300041300530142123
Binary111111101010100111000000010000111000010101100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9C0; }

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

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

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

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

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

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

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

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