#FAA4BB

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

Shades of Cupid #FAA4BB

Tints of Cupid #FAA4BB

Color information

#FAA4BB (or 0xFAA4BB) is unknown color: approx Cupid. HEX triplet: FA, A4 and BB. RGB value is (250,164,187). Sum of RGB (Red+Green+Blue) = 250+164+187=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4BB is #055B44. Grayscale: #C0C0C0. Windows color (decimal): -351045 or 12297466. OLE color: 12297466.

HSL color Cylindrical-coordinate representation of color #FAA4BB: hue angle of 343.95º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA4BB is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250164187-
CMYK00.340.250.02
HSL343.95º89.58%81.18%-
HSV(B)343.95º34.4%98.04%-
XYZ61.6750.4653.5-
YUV192.34124.99169.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 164 (64.45% from 255) = 27.29%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=41.60%
G=27.29%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016418700.340.250.02343.9589.5881.18
HexFAA4BB0221921585a51
Octal372244273042312530132121
Binary1111101010100100101110110100010110011010101100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA4BB; }

 p { color: rgb(250,164,187); }

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

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

 a { background-color: rgb(250,164,187); }

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

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

 span { border-color: rgb(250,164,187); }

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