#FFAAC0

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

Shades of Cupid #FFAAC0

Tints of Cupid #FFAAC0

Color information

#FFAAC0 (or 0xFFAAC0) is unknown color: approx Cupid. HEX triplet: FF, AA and C0. RGB value is (255,170,192). Sum of RGB (Red+Green+Blue) = 255+170+192=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAC0 is #00553F. Grayscale: #C5C5C5. Windows color (decimal): -21824 or 12626687. OLE color: 12626687.

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

Color convert

RGB255170192-
CMYK00.330.250
HSL344.47º100%83.33%-
HSV(B)344.47º33.33%100%-
XYZ65.1353.8256.82-
YUV197.92124.66168.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 192 (75.39% from 255) = 31.12%
R=41.33%
G=27.55%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517019200.330.250344.4710083.33
HexFFAAC00211901586453
Octal377252300041310530144123
Binary111111111010101011000000010000111001010101100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAC0; }

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

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

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

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

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

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

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

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