#FAB3CA

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

Shades of Cupid #FAB3CA

Tints of Cupid #FAB3CA

Color information

#FAB3CA (or 0xFAB3CA) is unknown color: approx Cupid. HEX triplet: FA, B3 and CA. RGB value is (250,179,202). Sum of RGB (Red+Green+Blue) = 250+179+202=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3CA is #054C35. Grayscale: #CACACA. Windows color (decimal): -347190 or 13284346. OLE color: 13284346.

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

Color convert

RGB250179202-
CMYK00.280.190.02
HSL340.56º87.65%84.12%-
HSV(B)340.56º28.4%98.04%-
XYZ66.2156.8363.36-
YUV202.85127.52161.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 179 (70.31% from 255) = 28.37%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=39.62%
G=28.37%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017920200.280.190.02340.5687.6584.12
HexFAB3CA01C1321555854
Octal372263312034232525130124
Binary111110101011001111001010011100100111010101010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3CA; }

 p { color: rgb(250,179,202); }

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

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

 a { background-color: rgb(250,179,202); }

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

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

 span { border-color: rgb(250,179,202); }

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