#F9AABD

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

Shades of Cupid #F9AABD

Tints of Cupid #F9AABD

Color information

#F9AABD (or 0xF9AABD) is unknown color: approx Cupid. HEX triplet: F9, AA and BD. RGB value is (249,170,189). Sum of RGB (Red+Green+Blue) = 249+170+189=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AABD is #065542. Grayscale: #C3C3C3. Windows color (decimal): -415043 or 12430073. OLE color: 12430073.

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

Color convert

RGB249170189-
CMYK00.320.240.02
HSL345.57º86.81%82.16%-
HSV(B)345.57º31.73%97.65%-
XYZ62.6352.5654.99-
YUV195.79124.17165.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=40.95%
G=27.96%
B=31.09%

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
Decimal24917018900.320.240.02345.5786.8182.16
HexF9AABD02018215a5752
Octal371252275040302532127122
Binary1111100110101010101111010100000110001010101101010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AABD; }

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

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

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

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

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

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

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

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