#F3AABD

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

Shades of Cupid #F3AABD

Tints of Cupid #F3AABD

Color information

#F3AABD (or 0xF3AABD) is unknown color: approx Cupid. HEX triplet: F3, AA and BD. RGB value is (243,170,189). Sum of RGB (Red+Green+Blue) = 243+170+189=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AABD is #0C5542. Grayscale: #C1C1C1. Windows color (decimal): -808259 or 12430067. OLE color: 12430067.

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

Color convert

RGB243170189-
CMYK00.300.220.05
HSL344.38º75.26%80.98%-
HSV(B)344.38º30.04%95.29%-
XYZ60.5251.4854.89-
YUV193.99125.18162.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.37%
GREEN value IS 170 (66.80% from 255) = 28.24%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=40.37%
G=28.24%
B=31.40%

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
Decimal24317018900.300.220.05344.3875.2680.98
HexF3AABD01E1651584b51
Octal363252275036265530113121
Binary1111001110101010101111010111101011010110101100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AABD; }

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

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

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

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

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

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

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

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