#FBA6BB

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

Shades of Cupid #FBA6BB

Tints of Cupid #FBA6BB

Color information

#FBA6BB (or 0xFBA6BB) is unknown color: approx Cupid. HEX triplet: FB, A6 and BB. RGB value is (251,166,187). Sum of RGB (Red+Green+Blue) = 251+166+187=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6BB is #045944. Grayscale: #C1C1C1. Windows color (decimal): -284997 or 12297979. OLE color: 12297979.

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

Color convert

RGB251166187-
CMYK00.340.250.02
HSL345.18º91.4%81.76%-
HSV(B)345.18º33.86%98.43%-
XYZ62.3951.3753.64-
YUV193.81124.16168.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 166 (65.23% from 255) = 27.48%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=41.56%
G=27.48%
B=30.96%

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
Decimal25116618700.340.250.02345.1891.481.76
HexFBA6BB0221921595b52
Octal373246273042312531133122
Binary1111101110100110101110110100010110011010101100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA6BB; }

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

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

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

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

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

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

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

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