#F1AAC6

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

Shades of Cupid #F1AAC6

Tints of Cupid #F1AAC6

Color information

#F1AAC6 (or 0xF1AAC6) is unknown color: approx Cupid. HEX triplet: F1, AA and C6. RGB value is (241,170,198). Sum of RGB (Red+Green+Blue) = 241+170+198=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAC6 is #0E5539. Grayscale: #C2C2C2. Windows color (decimal): -939322 or 13019889. OLE color: 13019889.

HSL color Cylindrical-coordinate representation of color #F1AAC6: hue angle of 336.34º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AAC6 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241170198-
CMYK00.290.180.05
HSL336.34º71.72%80.59%-
HSV(B)336.34º29.46%94.51%-
XYZ60.8451.5360.17-
YUV194.42130.02161.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.57%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 198 (77.73% from 255) = 32.51%
R=39.57%
G=27.91%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117019800.290.180.05336.3471.7280.59
HexF1AAC601D1251504851
Octal361252306035225520110121
Binary1111000110101010110001100111011001010110101000010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AAC6; }

 p { color: rgb(241,170,198); }

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

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

 a { background-color: rgb(241,170,198); }

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

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

 span { border-color: rgb(241,170,198); }

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