#F3AABE

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

Shades of Cupid #F3AABE

Tints of Cupid #F3AABE

Color information

#F3AABE (or 0xF3AABE) is unknown color: approx Cupid. HEX triplet: F3, AA and BE. RGB value is (243,170,190). Sum of RGB (Red+Green+Blue) = 243+170+190=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AABE is #0C5541. Grayscale: #C2C2C2. Windows color (decimal): -808258 or 12495603. OLE color: 12495603.

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

Color convert

RGB243170190-
CMYK00.300.220.05
HSL343.56º75.26%80.98%-
HSV(B)343.56º30.04%95.29%-
XYZ60.6351.5255.46-
YUV194.11125.68162.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.30%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=40.30%
G=28.19%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317019000.300.220.05343.5675.2680.98
HexF3AABE01E1651584b51
Octal363252276036265530113121
Binary1111001110101010101111100111101011010110101100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AABE; }

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

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

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

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

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

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

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

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