#F1ACB9

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

Shades of Cupid #F1ACB9

Tints of Cupid #F1ACB9

Color information

#F1ACB9 (or 0xF1ACB9) is unknown color: approx Cupid. HEX triplet: F1, AC and B9. RGB value is (241,172,185). Sum of RGB (Red+Green+Blue) = 241+172+185=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACB9 is #0E5346. Grayscale: #C2C2C2. Windows color (decimal): -938823 or 12168433. OLE color: 12168433.

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

Color convert

RGB241172185-
CMYK00.290.230.05
HSL348.7º71.13%80.98%-
HSV(B)348.7º28.63%94.51%-
XYZ59.7951.7152.73-
YUV194.11122.86161.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 185 (72.66% from 255) = 30.94%
R=40.30%
G=28.76%
B=30.94%

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
Decimal24117218500.290.230.05348.771.1380.98
HexF1ACB901D17515d4751
Octal361254271035275535107121
Binary1111000110101100101110010111011011110110101110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACB9; }

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

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

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

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

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

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

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

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