#FAACBD

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

Shades of Cupid #FAACBD

Tints of Cupid #FAACBD

Color information

#FAACBD (or 0xFAACBD) is unknown color: approx Cupid. HEX triplet: FA, AC and BD. RGB value is (250,172,189). Sum of RGB (Red+Green+Blue) = 250+172+189=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACBD is #055342. Grayscale: #C5C5C5. Windows color (decimal): -348995 or 12430586. OLE color: 12430586.

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

Color convert

RGB250172189-
CMYK00.310.240.02
HSL346.92º88.64%82.75%-
HSV(B)346.92º31.2%98.04%-
XYZ63.3653.555.13-
YUV197.26123.34165.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 172 (67.58% from 255) = 28.15%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=40.92%
G=28.15%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017218900.310.240.02346.9288.6482.75
HexFAACBD01F18215b5953
Octal372254275037302533131123
Binary111110101010110010111101011111110001010101101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACBD; }

 p { color: rgb(250,172,189); }

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

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

 a { background-color: rgb(250,172,189); }

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

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

 span { border-color: rgb(250,172,189); }

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