#F0AEB9

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

Shades of Cupid #F0AEB9

Tints of Cupid #F0AEB9

Color information

#F0AEB9 (or 0xF0AEB9) is unknown color: approx Cupid. HEX triplet: F0, AE and B9. RGB value is (240,174,185). Sum of RGB (Red+Green+Blue) = 240+174+185=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEB9 is #0F5146. Grayscale: #C3C3C3. Windows color (decimal): -1003847 or 12168944. OLE color: 12168944.

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

Color convert

RGB240174185-
CMYK00.280.230.06
HSL350º68.75%81.18%-
HSV(B)350º27.5%94.12%-
XYZ59.8352.352.84-
YUV194.99122.37160.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.07%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 185 (72.66% from 255) = 30.88%
R=40.07%
G=29.05%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017418500.280.230.0635068.7581.18
HexF0AEB901C17615e4551
Octal360256271034276536105121
Binary1111000010101110101110010111001011111010101111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEB9; }

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

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

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

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

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

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

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

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