#F1ABBA

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

Shades of Cupid #F1ABBA

Tints of Cupid #F1ABBA

Color information

#F1ABBA (or 0xF1ABBA) is unknown color: approx Cupid. HEX triplet: F1, AB and BA. RGB value is (241,171,186). Sum of RGB (Red+Green+Blue) = 241+171+186=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABBA is #0E5445. Grayscale: #C1C1C1. Windows color (decimal): -939078 or 12233713. OLE color: 12233713.

HSL color Cylindrical-coordinate representation of color #F1ABBA: hue angle of 347.14º 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 #F1ABBA is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241171186-
CMYK00.290.230.05
HSL347.14º71.43%80.78%-
HSV(B)347.14º29.05%94.51%-
XYZ59.751.3753.22-
YUV193.64123.69161.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=40.30%
G=28.60%
B=31.10%

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
Decimal24117118600.290.230.05347.1471.4380.78
HexF1ABBA01D17515b4751
Octal361253272035275533107121
Binary1111000110101011101110100111011011110110101101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ABBA; }

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

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

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

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

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

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

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

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