#F1AEB9

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

Shades of Cupid #F1AEB9

Tints of Cupid #F1AEB9

Color information

#F1AEB9 (or 0xF1AEB9) is unknown color: approx Cupid. HEX triplet: F1, AE and B9. RGB value is (241,174,185). Sum of RGB (Red+Green+Blue) = 241+174+185=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEB9 is #0E5146. Grayscale: #C3C3C3. Windows color (decimal): -938311 or 12168945. OLE color: 12168945.

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

Color convert

RGB241174185-
CMYK00.280.230.05
HSL350.15º70.53%81.37%-
HSV(B)350.15º27.8%94.51%-
XYZ60.1752.4852.86-
YUV195.29122.2160.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 185 (72.66% from 255) = 30.83%
R=40.17%
G=29%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117418500.280.230.05350.1570.5381.37
HexF1AEB901C17515e4751
Octal361256271034275536107121
Binary1111000110101110101110010111001011110110101111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEB9; }

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

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

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

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

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

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

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

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