#FAB6C9

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

Shades of Cupid #FAB6C9

Tints of Cupid #FAB6C9

Color information

#FAB6C9 (or 0xFAB6C9) is unknown color: approx Cupid. HEX triplet: FA, B6 and C9. RGB value is (250,182,201). Sum of RGB (Red+Green+Blue) = 250+182+201=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6C9 is #054936. Grayscale: #CCCCCC. Windows color (decimal): -346423 or 13219578. OLE color: 13219578.

HSL color Cylindrical-coordinate representation of color #FAB6C9: hue angle of 343.24º 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 #FAB6C9 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250182201-
CMYK00.270.200.02
HSL343.24º87.18%84.71%-
HSV(B)343.24º27.2%98.04%-
XYZ66.695862.94-
YUV204.5126.03160.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.49%
GREEN value IS 182 (71.48% from 255) = 28.75%
BLUE value IS 201 (78.91% from 255) = 31.75%
R=39.49%
G=28.75%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018220100.270.200.02343.2487.1884.71
HexFAB6C901B1421575755
Octal372266311033242527127125
Binary111110101011011011001001011011101001010101011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6C9; }

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

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

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

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

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

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

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

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