#FAB7CD

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

Shades of Cupid #FAB7CD

Tints of Cupid #FAB7CD

Color information

#FAB7CD (or 0xFAB7CD) is unknown color: approx Cupid. HEX triplet: FA, B7 and CD. RGB value is (250,183,205). Sum of RGB (Red+Green+Blue) = 250+183+205=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7CD is #054832. Grayscale: #CDCDCD. Windows color (decimal): -346163 or 13481978. OLE color: 13481978.

HSL color Cylindrical-coordinate representation of color #FAB7CD: hue angle of 340.3º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7CD is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250183205-
CMYK00.270.180.02
HSL340.3º87.01%84.9%-
HSV(B)340.3º26.8%98.04%-
XYZ67.3858.665.52-
YUV205.54127.7159.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 183 (71.88% from 255) = 28.68%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=39.18%
G=28.68%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018320500.270.180.02340.387.0184.9
HexFAB7CD01B1221545755
Octal372267315033222524127125
Binary111110101011011111001101011011100101010101010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7CD; }

 p { color: rgb(250,183,205); }

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

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

 a { background-color: rgb(250,183,205); }

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

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

 span { border-color: rgb(250,183,205); }

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