#FBA4BB

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

Shades of Cupid #FBA4BB

Tints of Cupid #FBA4BB

Color information

#FBA4BB (or 0xFBA4BB) is unknown color: approx Cupid. HEX triplet: FB, A4 and BB. RGB value is (251,164,187). Sum of RGB (Red+Green+Blue) = 251+164+187=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4BB is #045B44. Grayscale: #C0C0C0. Windows color (decimal): -285509 or 12297467. OLE color: 12297467.

HSL color Cylindrical-coordinate representation of color #FBA4BB: hue angle of 344.14º 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 #FBA4BB is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251164187-
CMYK00.350.250.02
HSL344.14º91.58%81.37%-
HSV(B)344.14º34.66%98.43%-
XYZ62.0350.6553.52-
YUV192.64124.82169.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.69%
GREEN value IS 164 (64.45% from 255) = 27.24%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=41.69%
G=27.24%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116418700.350.250.02344.1491.5881.37
HexFBA4BB0231921585c51
Octal373244273043312530134121
Binary1111101110100100101110110100011110011010101100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4BB; }

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

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

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

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

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

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

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

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