#F0AABE

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

Shades of Cupid #F0AABE

Tints of Cupid #F0AABE

Color information

#F0AABE (or 0xF0AABE) is unknown color: approx Cupid. HEX triplet: F0, AA and BE. RGB value is (240,170,190). Sum of RGB (Red+Green+Blue) = 240+170+190=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AABE is #0F5541. Grayscale: #C1C1C1. Windows color (decimal): -1004866 or 12495600. OLE color: 12495600.

HSL color Cylindrical-coordinate representation of color #F0AABE: hue angle of 342.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AABE is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240170190-
CMYK00.290.210.06
HSL342.86º70%80.39%-
HSV(B)342.86º29.17%94.12%-
XYZ59.650.9955.42-
YUV193.21126.19161.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=40%
G=28.33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017019000.290.210.06342.867080.39
HexF0AABE01D1561574650
Octal360252276035256527106120
Binary1111000010101010101111100111011010111010101011110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AABE; }

 p { color: rgb(240,170,190); }

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

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

 a { background-color: rgb(240,170,190); }

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

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

 span { border-color: rgb(240,170,190); }

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