#FBA9BF

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

Shades of Cupid #FBA9BF

Tints of Cupid #FBA9BF

Color information

#FBA9BF (or 0xFBA9BF) is unknown color: approx Cupid. HEX triplet: FB, A9 and BF. RGB value is (251,169,191). Sum of RGB (Red+Green+Blue) = 251+169+191=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9BF is #045640. Grayscale: #C4C4C4. Windows color (decimal): -284225 or 12560891. OLE color: 12560891.

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

Color convert

RGB251169191-
CMYK00.330.240.02
HSL343.9º91.11%82.35%-
HSV(B)343.9º32.67%98.43%-
XYZ63.3852.6556.11-
YUV196.03125.17167.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 191 (75% from 255) = 31.26%
R=41.08%
G=27.66%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116919100.330.240.02343.991.1182.35
HexFBA9BF0211821585b52
Octal373251277041302530133122
Binary1111101110101001101111110100001110001010101100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA9BF; }

 p { color: rgb(251,169,191); }

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

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

 a { background-color: rgb(251,169,191); }

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

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

 span { border-color: rgb(251,169,191); }

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