#FAB1C9

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

Shades of Cupid #FAB1C9

Tints of Cupid #FAB1C9

Color information

#FAB1C9 (or 0xFAB1C9) is unknown color: approx Cupid. HEX triplet: FA, B1 and C9. RGB value is (250,177,201). Sum of RGB (Red+Green+Blue) = 250+177+201=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1C9 is #054E36. Grayscale: #C9C9C9. Windows color (decimal): -347703 or 13218298. OLE color: 13218298.

HSL color Cylindrical-coordinate representation of color #FAB1C9: hue angle of 340.27º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB1C9 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250177201-
CMYK00.290.200.02
HSL340.27º87.95%83.73%-
HSV(B)340.27º29.2%98.04%-
XYZ65.6955.9962.6-
YUV201.56127.68162.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 177 (69.53% from 255) = 28.18%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=39.81%
G=28.18%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017720100.290.200.02340.2787.9583.73
HexFAB1C901D1421545854
Octal372261311035242524130124
Binary111110101011000111001001011101101001010101010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1C9; }

 p { color: rgb(250,177,201); }

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

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

 a { background-color: rgb(250,177,201); }

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

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

 span { border-color: rgb(250,177,201); }

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