#FAB0C3

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

Shades of Cupid #FAB0C3

Tints of Cupid #FAB0C3

Color information

#FAB0C3 (or 0xFAB0C3) is unknown color: approx Cupid. HEX triplet: FA, B0 and C3. RGB value is (250,176,195). Sum of RGB (Red+Green+Blue) = 250+176+195=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0C3 is #054F3C. Grayscale: #C8C8C8. Windows color (decimal): -347965 or 12824826. OLE color: 12824826.

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

Color convert

RGB250176195-
CMYK00.300.220.02
HSL344.59º88.1%83.53%-
HSV(B)344.59º29.6%98.04%-
XYZ64.855.3158.89-
YUV200.29125.02163.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 176 (69.14% from 255) = 28.34%
BLUE value IS 195 (76.56% from 255) = 31.40%
R=40.26%
G=28.34%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017619500.300.220.02344.5988.183.53
HexFAB0C301E1621595854
Octal372260303036262531130124
Binary111110101011000011000011011110101101010101100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0C3; }

 p { color: rgb(250,176,195); }

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

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

 a { background-color: rgb(250,176,195); }

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

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

 span { border-color: rgb(250,176,195); }

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