#F4AABE

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

Shades of Cupid #F4AABE

Tints of Cupid #F4AABE

Color information

#F4AABE (or 0xF4AABE) is unknown color: approx Cupid. HEX triplet: F4, AA and BE. RGB value is (244,170,190). Sum of RGB (Red+Green+Blue) = 244+170+190=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AABE is #0B5541. Grayscale: #C2C2C2. Windows color (decimal): -742722 or 12495604. OLE color: 12495604.

HSL color Cylindrical-coordinate representation of color #F4AABE: hue angle of 343.78º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AABE is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB244170190-
CMYK00.300.220.04
HSL343.78º77.08%81.18%-
HSV(B)343.78º30.33%95.69%-
XYZ60.9851.755.48-
YUV194.41125.52163.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.40%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=40.40%
G=28.15%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417019000.300.220.04343.7877.0881.18
HexF4AABE01E1641584d51
Octal364252276036264530115121
Binary1111010010101010101111100111101011010010101100010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AABE; }

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

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

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

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

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

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

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

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