#F1AEBE

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

Shades of Cupid #F1AEBE

Tints of Cupid #F1AEBE

Color information

#F1AEBE (or 0xF1AEBE) is unknown color: approx Cupid. HEX triplet: F1, AE and BE. RGB value is (241,174,190). Sum of RGB (Red+Green+Blue) = 241+174+190=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEBE is #0E5141. Grayscale: #C3C3C3. Windows color (decimal): -938306 or 12496625. OLE color: 12496625.

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

Color convert

RGB241174190-
CMYK00.280.210.05
HSL345.67º70.53%81.37%-
HSV(B)345.67º27.8%94.51%-
XYZ60.7152.6955.69-
YUV195.86124.7160.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=39.83%
G=28.76%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117419000.280.210.05345.6770.5381.37
HexF1AEBE01C15515a4751
Octal361256276034255532107121
Binary1111000110101110101111100111001010110110101101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEBE; }

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

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

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

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

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

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

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

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