#F1AAC5

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

Shades of Cupid #F1AAC5

Tints of Cupid #F1AAC5

Color information

#F1AAC5 (or 0xF1AAC5) is unknown color: approx Cupid. HEX triplet: F1, AA and C5. RGB value is (241,170,197). Sum of RGB (Red+Green+Blue) = 241+170+197=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAC5 is #0E553A. Grayscale: #C2C2C2. Windows color (decimal): -939323 or 12954353. OLE color: 12954353.

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

Color convert

RGB241170197-
CMYK00.290.180.05
HSL337.18º71.72%80.59%-
HSV(B)337.18º29.46%94.51%-
XYZ60.7351.4859.56-
YUV194.31129.52161.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 197 (77.34% from 255) = 32.40%
R=39.64%
G=27.96%
B=32.40%

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
Decimal24117019700.290.180.05337.1871.7280.59
HexF1AAC501D1251514851
Octal361252305035225521110121
Binary1111000110101010110001010111011001010110101000110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AAC5; }

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

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

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

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

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

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

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

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