#F3AAB6

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

Shades of Cupid #F3AAB6

Tints of Cupid #F3AAB6

Color information

#F3AAB6 (or 0xF3AAB6) is unknown color: approx Cupid. HEX triplet: F3, AA and B6. RGB value is (243,170,182). Sum of RGB (Red+Green+Blue) = 243+170+182=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AAB6 is #0C5549. Grayscale: #C1C1C1. Windows color (decimal): -808266 or 11971315. OLE color: 11971315.

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

Color convert

RGB243170182-
CMYK00.300.250.05
HSL350.14º75.26%80.98%-
HSV(B)350.14º30.04%95.29%-
XYZ59.7851.1850.98-
YUV193.2121.68163.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.84%
GREEN value IS 170 (66.80% from 255) = 28.57%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=40.84%
G=28.57%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317018200.300.250.05350.1475.2680.98
HexF3AAB601E19515e4b51
Octal363252266036315536113121
Binary1111001110101010101101100111101100110110101111010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AAB6; }

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

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

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

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

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

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

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

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