#F1AEB8

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

Shades of Cupid #F1AEB8

Tints of Cupid #F1AEB8

Color information

#F1AEB8 (or 0xF1AEB8) is unknown color: approx Cupid. HEX triplet: F1, AE and B8. RGB value is (241,174,184). Sum of RGB (Red+Green+Blue) = 241+174+184=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEB8 is #0E5147. Grayscale: #C3C3C3. Windows color (decimal): -938312 or 12103409. OLE color: 12103409.

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

Color convert

RGB241174184-
CMYK00.280.240.05
HSL351.04º70.53%81.37%-
HSV(B)351.04º27.8%94.51%-
XYZ60.0652.4352.3-
YUV195.17121.7160.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 184 (72.27% from 255) = 30.72%
R=40.23%
G=29.05%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117418400.280.240.05351.0470.5381.37
HexF1AEB801C18515f4751
Octal361256270034305537107121
Binary1111000110101110101110000111001100010110101111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEB8; }

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

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

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

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

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

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

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

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