#FFAABF

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

Shades of Cupid #FFAABF

Tints of Cupid #FFAABF

Color information

#FFAABF (or 0xFFAABF) is unknown color: approx Cupid. HEX triplet: FF, AA and BF. RGB value is (255,170,191). Sum of RGB (Red+Green+Blue) = 255+170+191=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAABF is #005540. Grayscale: #C5C5C5. Windows color (decimal): -21825 or 12561151. OLE color: 12561151.

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

Color convert

RGB255170191-
CMYK00.330.250
HSL345.18º100%83.33%-
HSV(B)345.18º33.33%100%-
XYZ65.0253.7756.24-
YUV197.81124.16168.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 170 (66.80% from 255) = 27.60%
BLUE value IS 191 (75% from 255) = 31.01%
R=41.40%
G=27.60%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517019100.330.250345.1810083.33
HexFFAABF0211901596453
Octal377252277041310531144123
Binary111111111010101010111111010000111001010101100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAABF; }

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

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

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

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

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

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

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

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