#FAA7BF

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

Shades of Cupid #FAA7BF

Tints of Cupid #FAA7BF

Color information

#FAA7BF (or 0xFAA7BF) is unknown color: approx Cupid. HEX triplet: FA, A7 and BF. RGB value is (250,167,191). Sum of RGB (Red+Green+Blue) = 250+167+191=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7BF is #055840. Grayscale: #C2C2C2. Windows color (decimal): -350273 or 12560378. OLE color: 12560378.

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

Color convert

RGB250167191-
CMYK00.330.240.02
HSL342.65º89.25%81.76%-
HSV(B)342.65º33.2%98.04%-
XYZ62.6551.7255.97-
YUV194.55126167.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 167 (65.62% from 255) = 27.47%
BLUE value IS 191 (75% from 255) = 31.41%
R=41.12%
G=27.47%
B=31.41%

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
Decimal25016719100.330.240.02342.6589.2581.76
HexFAA7BF0211821575952
Octal372247277041302527131122
Binary1111101010100111101111110100001110001010101011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA7BF; }

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

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

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

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

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

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

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

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