#FAABBE

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

Shades of Cupid #FAABBE

Tints of Cupid #FAABBE

Color information

#FAABBE (or 0xFAABBE) is unknown color: approx Cupid. HEX triplet: FA, AB and BE. RGB value is (250,171,190). Sum of RGB (Red+Green+Blue) = 250+171+190=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABBE is #055441. Grayscale: #C4C4C4. Windows color (decimal): -349250 or 12495866. OLE color: 12495866.

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

Color convert

RGB250171190-
CMYK00.320.240.02
HSL345.57º88.76%82.55%-
HSV(B)345.57º31.6%98.04%-
XYZ63.2853.1755.64-
YUV196.79124.17165.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 171 (67.19% from 255) = 27.99%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=40.92%
G=27.99%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017119000.320.240.02345.5788.7682.55
HexFAABBE02018215a5953
Octal372253276040302532131123
Binary1111101010101011101111100100000110001010101101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABBE; }

 p { color: rgb(250,171,190); }

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

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

 a { background-color: rgb(250,171,190); }

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

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

 span { border-color: rgb(250,171,190); }

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