#FBA7BA

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

Shades of Cupid #FBA7BA

Tints of Cupid #FBA7BA

Color information

#FBA7BA (or 0xFBA7BA) is unknown color: approx Cupid. HEX triplet: FB, A7 and BA. RGB value is (251,167,186). Sum of RGB (Red+Green+Blue) = 251+167+186=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7BA is #045845. Grayscale: #C2C2C2. Windows color (decimal): -284742 or 12232699. OLE color: 12232699.

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

Color convert

RGB251167186-
CMYK00.330.260.02
HSL346.43º91.3%81.96%-
HSV(B)346.43º33.47%98.43%-
XYZ62.4751.6953.14-
YUV194.28123.33168.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 167 (65.62% from 255) = 27.65%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=41.56%
G=27.65%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116718600.330.260.02346.4391.381.96
HexFBA7BA0211A215a5b52
Octal373247272041322532133122
Binary1111101110100111101110100100001110101010101101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA7BA; }

 p { color: rgb(251,167,186); }

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

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

 a { background-color: rgb(251,167,186); }

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

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

 span { border-color: rgb(251,167,186); }

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