#F2AAB6

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

Shades of Cupid #F2AAB6

Tints of Cupid #F2AAB6

Color information

#F2AAB6 (or 0xF2AAB6) is unknown color: approx Cupid. HEX triplet: F2, AA and B6. RGB value is (242,170,182). Sum of RGB (Red+Green+Blue) = 242+170+182=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAB6 is #0D5549. Grayscale: #C0C0C0. Windows color (decimal): -873802 or 11971314. OLE color: 11971314.

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

Color convert

RGB242170182-
CMYK00.300.250.05
HSL350º73.47%80.78%-
HSV(B)350º29.75%94.9%-
XYZ59.445150.97-
YUV192.9121.85163.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.74%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 182 (71.48% from 255) = 30.64%
R=40.74%
G=28.62%
B=30.64%

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
Decimal24217018200.300.250.0535073.4780.78
HexF2AAB601E19515e4951
Octal362252266036315536111121
Binary1111001010101010101101100111101100110110101111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AAB6; }

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

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

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

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

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

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

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

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