#FBA5BB

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

Shades of Cupid #FBA5BB

Tints of Cupid #FBA5BB

Color information

#FBA5BB (or 0xFBA5BB) is unknown color: approx Cupid. HEX triplet: FB, A5 and BB. RGB value is (251,165,187). Sum of RGB (Red+Green+Blue) = 251+165+187=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5BB is #045A44. Grayscale: #C1C1C1. Windows color (decimal): -285253 or 12297723. OLE color: 12297723.

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

Color convert

RGB251165187-
CMYK00.340.250.02
HSL344.65º91.49%81.57%-
HSV(B)344.65º34.26%98.43%-
XYZ62.2151.0153.58-
YUV193.22124.49169.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.63%
GREEN value IS 165 (64.84% from 255) = 27.36%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=41.63%
G=27.36%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116518700.340.250.02344.6591.4981.57
HexFBA5BB0221921595b52
Octal373245273042312531133122
Binary1111101110100101101110110100010110011010101100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA5BB; }

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

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

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

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

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

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

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

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