#FAAABD

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

Shades of Cupid #FAAABD

Tints of Cupid #FAAABD

Color information

#FAAABD (or 0xFAAABD) is unknown color: approx Cupid. HEX triplet: FA, AA and BD. RGB value is (250,170,189). Sum of RGB (Red+Green+Blue) = 250+170+189=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAABD is #055542. Grayscale: #C4C4C4. Windows color (decimal): -349507 or 12430074. OLE color: 12430074.

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

Color convert

RGB250170189-
CMYK00.320.240.02
HSL345.75º88.89%82.35%-
HSV(B)345.75º32%98.04%-
XYZ62.9852.7555.01-
YUV196.09124166.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=41.05%
G=27.91%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017018900.320.240.02345.7588.8982.35
HexFAAABD02018215a5952
Octal372252275040302532131122
Binary1111101010101010101111010100000110001010101101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAABD; }

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

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

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

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

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

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

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

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