#FAA8BD

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

Shades of Cupid #FAA8BD

Tints of Cupid #FAA8BD

Color information

#FAA8BD (or 0xFAA8BD) is unknown color: approx Cupid. HEX triplet: FA, A8 and BD. RGB value is (250,168,189). Sum of RGB (Red+Green+Blue) = 250+168+189=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8BD is #055742. Grayscale: #C2C2C2. Windows color (decimal): -350019 or 12429562. OLE color: 12429562.

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

Color convert

RGB250168189-
CMYK00.330.240.02
HSL344.63º89.13%81.96%-
HSV(B)344.63º32.8%98.04%-
XYZ62.615254.88-
YUV194.91124.67167.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 168 (66.02% from 255) = 27.68%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=41.19%
G=27.68%
B=31.14%

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
Decimal25016818900.330.240.02344.6389.1381.96
HexFAA8BD0211821595952
Octal372250275041302531131122
Binary1111101010101000101111010100001110001010101100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA8BD; }

 p { color: rgb(250,168,189); }

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

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

 a { background-color: rgb(250,168,189); }

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

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

 span { border-color: rgb(250,168,189); }

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