#FEB7CA

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

Shades of Cupid #FEB7CA

Tints of Cupid #FEB7CA

Color information

#FEB7CA (or 0xFEB7CA) is unknown color: approx Cupid. HEX triplet: FE, B7 and CA. RGB value is (254,183,202). Sum of RGB (Red+Green+Blue) = 254+183+202=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7CA is #014835. Grayscale: #CECECE. Windows color (decimal): -84022 or 13285374. OLE color: 13285374.

HSL color Cylindrical-coordinate representation of color #FEB7CA: hue angle of 343.94º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7CA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254183202-
CMYK00.280.200.00
HSL343.94º97.26%85.69%-
HSV(B)343.94º27.95%99.61%-
XYZ68.4759.263.7-
YUV206.4125.52161.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 183 (71.88% from 255) = 28.64%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=39.75%
G=28.64%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418320200.280.200.00343.9497.2685.69
HexFEB7CA01C1401586156
Octal376267312034240530141126
Binary11111110101101111100101001110010100010101100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7CA; }

 p { color: rgb(254,183,202); }

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

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

 a { background-color: rgb(254,183,202); }

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

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

 span { border-color: rgb(254,183,202); }

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