#FAB4C6

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

Shades of Cupid #FAB4C6

Tints of Cupid #FAB4C6

Color information

#FAB4C6 (or 0xFAB4C6) is unknown color: approx Cupid. HEX triplet: FA, B4 and C6. RGB value is (250,180,198). Sum of RGB (Red+Green+Blue) = 250+180+198=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4C6 is #054B39. Grayscale: #CACACA. Windows color (decimal): -346938 or 13022458. OLE color: 13022458.

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

Color convert

RGB250180198-
CMYK00.280.210.02
HSL344.57º87.5%84.31%-
HSV(B)344.57º28%98.04%-
XYZ65.9457.0460.96-
YUV202.98125.19161.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 180 (70.70% from 255) = 28.66%
BLUE value IS 198 (77.73% from 255) = 31.53%
R=39.81%
G=28.66%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018019800.280.210.02344.5787.584.31
HexFAB4C601C1521595854
Octal372264306034252531130124
Binary111110101011010011000110011100101011010101100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4C6; }

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

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

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

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

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

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

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

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