#FAB4C9

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

Shades of Cupid #FAB4C9

Tints of Cupid #FAB4C9

Color information

#FAB4C9 (or 0xFAB4C9) is unknown color: approx Cupid. HEX triplet: FA, B4 and C9. RGB value is (250,180,201). Sum of RGB (Red+Green+Blue) = 250+180+201=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4C9 is #054B36. Grayscale: #CBCBCB. Windows color (decimal): -346935 or 13219066. OLE color: 13219066.

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

Color convert

RGB250180201-
CMYK00.280.200.02
HSL342º87.5%84.31%-
HSV(B)342º28%98.04%-
XYZ66.2957.1862.8-
YUV203.32126.69161.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 180 (70.70% from 255) = 28.53%
BLUE value IS 201 (78.91% from 255) = 31.85%
R=39.62%
G=28.53%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018020100.280.200.0234287.584.31
HexFAB4C901C1421565854
Octal372264311034242526130124
Binary111110101011010011001001011100101001010101011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4C9; }

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

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

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

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

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

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

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

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