#FBA4BA

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

Shades of Cupid #FBA4BA

Tints of Cupid #FBA4BA

Color information

#FBA4BA (or 0xFBA4BA) is unknown color: approx Cupid. HEX triplet: FB, A4 and BA. RGB value is (251,164,186). Sum of RGB (Red+Green+Blue) = 251+164+186=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4BA is #045B45. Grayscale: #C0C0C0. Windows color (decimal): -285510 or 12231931. OLE color: 12231931.

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

Color convert

RGB251164186-
CMYK00.350.260.02
HSL344.83º91.58%81.37%-
HSV(B)344.83º34.66%98.43%-
XYZ61.9250.6152.96-
YUV192.52124.32169.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.76%
GREEN value IS 164 (64.45% from 255) = 27.29%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=41.76%
G=27.29%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116418600.350.260.02344.8391.5881.37
HexFBA4BA0231A21595c51
Octal373244272043322531134121
Binary1111101110100100101110100100011110101010101100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4BA; }

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

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

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

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

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

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

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

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