#F9ABBB

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

Shades of Cupid #F9ABBB

Tints of Cupid #F9ABBB

Color information

#F9ABBB (or 0xF9ABBB) is unknown color: approx Cupid. HEX triplet: F9, AB and BB. RGB value is (249,171,187). Sum of RGB (Red+Green+Blue) = 249+171+187=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ABBB is #065444. Grayscale: #C4C4C4. Windows color (decimal): -414789 or 12299257. OLE color: 12299257.

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

Color convert

RGB249171187-
CMYK00.310.250.02
HSL347.69º86.67%82.35%-
HSV(B)347.69º31.33%97.65%-
XYZ62.652.8553.92-
YUV196.15122.84165.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=41.02%
G=28.17%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917118700.310.250.02347.6986.6782.35
HexF9ABBB01F19215c5752
Octal371253273037312534127122
Binary111110011010101110111011011111110011010101110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ABBB; }

 p { color: rgb(249,171,187); }

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

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

 a { background-color: rgb(249,171,187); }

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

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

 span { border-color: rgb(249,171,187); }

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