#FEB1CB

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

Shades of Cupid #FEB1CB

Tints of Cupid #FEB1CB

Color information

#FEB1CB (or 0xFEB1CB) is unknown color: approx Cupid. HEX triplet: FE, B1 and CB. RGB value is (254,177,203). Sum of RGB (Red+Green+Blue) = 254+177+203=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1CB is #014E34. Grayscale: #CACACA. Windows color (decimal): -85557 or 13349374. OLE color: 13349374.

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

Color convert

RGB254177203-
CMYK00.300.200.00
HSL339.74º97.47%84.51%-
HSV(B)339.74º30.31%99.61%-
XYZ67.3756.8363.92-
YUV202.99128.01164.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 177 (69.53% from 255) = 27.92%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=40.06%
G=27.92%
B=32.02%

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
Decimal25417720300.300.200.00339.7497.4784.51
HexFEB1CB01E1401546155
Octal376261313036240524141125
Binary11111110101100011100101101111010100010101010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1CB; }

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

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

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

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

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

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

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

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