#FAB1C4

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

Shades of Cupid #FAB1C4

Tints of Cupid #FAB1C4

Color information

#FAB1C4 (or 0xFAB1C4) is unknown color: approx Cupid. HEX triplet: FA, B1 and C4. RGB value is (250,177,196). Sum of RGB (Red+Green+Blue) = 250+177+196=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1C4 is #054E3B. Grayscale: #C8C8C8. Windows color (decimal): -347708 or 12890618. OLE color: 12890618.

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

Color convert

RGB250177196-
CMYK00.290.220.02
HSL344.38º87.95%83.73%-
HSV(B)344.38º29.2%98.04%-
XYZ65.1155.7559.55-
YUV200.99125.18162.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 177 (69.53% from 255) = 28.41%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=40.13%
G=28.41%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017719600.290.220.02344.3887.9583.73
HexFAB1C401D1621585854
Octal372261304035262530130124
Binary111110101011000111000100011101101101010101100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1C4; }

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

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

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

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

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

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

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

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