#F1ABB9

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

Shades of Cupid #F1ABB9

Tints of Cupid #F1ABB9

Color information

#F1ABB9 (or 0xF1ABB9) is unknown color: approx Cupid. HEX triplet: F1, AB and B9. RGB value is (241,171,185). Sum of RGB (Red+Green+Blue) = 241+171+185=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABB9 is #0E5446. Grayscale: #C1C1C1. Windows color (decimal): -939079 or 12168177. OLE color: 12168177.

HSL color Cylindrical-coordinate representation of color #F1ABB9: hue angle of 348º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ABB9 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241171185-
CMYK00.290.230.05
HSL348º71.43%80.78%-
HSV(B)348º29.05%94.51%-
XYZ59.651.3352.67-
YUV193.53123.19161.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.37%
GREEN value IS 171 (67.19% from 255) = 28.64%
BLUE value IS 185 (72.66% from 255) = 30.99%
R=40.37%
G=28.64%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117118500.290.230.0534871.4380.78
HexF1ABB901D17515c4751
Octal361253271035275534107121
Binary1111000110101011101110010111011011110110101110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ABB9; }

 p { color: rgb(241,171,185); }

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

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

 a { background-color: rgb(241,171,185); }

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

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

 span { border-color: rgb(241,171,185); }

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