#feb0ca

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

Shades of Cupid #FEB0CA

Tints of Cupid #FEB0CA

Color information

#FEB0CA (or 0xFEB0CA) is unknown color: approx Cupid. HEX triplet: FE, B0 and CA. RGB value is (254,176,202). Sum of RGB (Red+Green+Blue) = 254+176+202=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0CA is #014F35. Grayscale: #CACACA. Windows color (decimal): -85814 or 13283582. OLE color: 13283582.

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

Color convert

RGB254176202-
CMYK00.310.200.00
HSL340º97.5%84.31%-
HSV(B)340º30.71%99.61%-
XYZ67.0656.3963.23-
YUV202.29127.84164.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.19%
GREEN value IS 176 (69.14% from 255) = 27.85%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=40.19%
G=27.85%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417620200.310.200.0034097.584.31
HexFEB0CA01F1401546254
Octal376260312037240524142124
Binary11111110101100001100101001111110100010101010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feb0ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feb0ca; }

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

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

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

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

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

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

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

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