#FBACBE

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

Shades of Cupid #FBACBE

Tints of Cupid #FBACBE

Color information

#FBACBE (or 0xFBACBE) is unknown color: approx Cupid. HEX triplet: FB, AC and BE. RGB value is (251,172,190). Sum of RGB (Red+Green+Blue) = 251+172+190=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACBE is #045341. Grayscale: #C5C5C5. Windows color (decimal): -283458 or 12496123. OLE color: 12496123.

HSL color Cylindrical-coordinate representation of color #FBACBE: hue angle of 346.33º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACBE is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251172190-
CMYK00.310.240.02
HSL346.33º90.8%82.94%-
HSV(B)346.33º31.47%98.43%-
XYZ63.8353.7355.72-
YUV197.67123.67166.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=40.95%
G=28.06%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117219000.310.240.02346.3390.882.94
HexFBACBE01F18215a5b53
Octal373254276037302532133123
Binary111110111010110010111110011111110001010101101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACBE; }

 p { color: rgb(251,172,190); }

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

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

 a { background-color: rgb(251,172,190); }

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

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

 span { border-color: rgb(251,172,190); }

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