#FAA7BB

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

Shades of Cupid #FAA7BB

Tints of Cupid #FAA7BB

Color information

#FAA7BB (or 0xFAA7BB) is unknown color: approx Cupid. HEX triplet: FA, A7 and BB. RGB value is (250,167,187). Sum of RGB (Red+Green+Blue) = 250+167+187=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7BB is #055844. Grayscale: #C2C2C2. Windows color (decimal): -350277 or 12298234. OLE color: 12298234.

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

Color convert

RGB250167187-
CMYK00.330.250.02
HSL345.54º89.25%81.76%-
HSV(B)345.54º33.2%98.04%-
XYZ62.2151.5553.68-
YUV194.1124167.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 167 (65.62% from 255) = 27.65%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=41.39%
G=27.65%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016718700.330.250.02345.5489.2581.76
HexFAA7BB02119215a5952
Octal372247273041312532131122
Binary1111101010100111101110110100001110011010101101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA7BB; }

 p { color: rgb(250,167,187); }

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

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

 a { background-color: rgb(250,167,187); }

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

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

 span { border-color: rgb(250,167,187); }

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