#FFAAC1

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

Shades of Cupid #FFAAC1

Tints of Cupid #FFAAC1

Color information

#FFAAC1 (or 0xFFAAC1) is unknown color: approx Cupid. HEX triplet: FF, AA and C1. RGB value is (255,170,193). Sum of RGB (Red+Green+Blue) = 255+170+193=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAC1 is #00553E. Grayscale: #C6C6C6. Windows color (decimal): -21823 or 12692223. OLE color: 12692223.

HSL color Cylindrical-coordinate representation of color #FFAAC1: hue angle of 343.76º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAAC1 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255170193-
CMYK00.330.240
HSL343.76º100%83.33%-
HSV(B)343.76º33.33%100%-
XYZ65.2453.8657.41-
YUV198.04125.16168.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 170 (66.80% from 255) = 27.51%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=41.26%
G=27.51%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517019300.330.240343.7610083.33
HexFFAAC10211801586453
Octal377252301041300530144123
Binary111111111010101011000001010000111000010101100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAC1; }

 p { color: rgb(255,170,193); }

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

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

 a { background-color: rgb(255,170,193); }

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

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

 span { border-color: rgb(255,170,193); }

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