#FEB1CA

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

Shades of Cupid #FEB1CA

Tints of Cupid #FEB1CA

Color information

#FEB1CA (or 0xFEB1CA) is unknown color: approx Cupid. HEX triplet: FE, B1 and CA. RGB value is (254,177,202). Sum of RGB (Red+Green+Blue) = 254+177+202=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1CA is #014E35. Grayscale: #CACACA. Windows color (decimal): -85558 or 13283838. OLE color: 13283838.

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

Color convert

RGB254177202-
CMYK00.300.200.00
HSL340.52º97.47%84.51%-
HSV(B)340.52º30.31%99.61%-
XYZ67.2656.7863.29-
YUV202.87127.51164.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 177 (69.53% from 255) = 27.96%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=40.13%
G=27.96%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417720200.300.200.00340.5297.4784.51
HexFEB1CA01E1401556155
Octal376261312036240525141125
Binary11111110101100011100101001111010100010101010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1CA; }

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

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

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

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

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

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

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

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