#FAB7CC

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

Shades of Cupid #FAB7CC

Tints of Cupid #FAB7CC

Color information

#FAB7CC (or 0xFAB7CC) is unknown color: approx Cupid. HEX triplet: FA, B7 and CC. RGB value is (250,183,204). Sum of RGB (Red+Green+Blue) = 250+183+204=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 183 (71.88% from 255 or 28.73% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7CC is #054833. Grayscale: #CDCDCD. Windows color (decimal): -346164 or 13416442. OLE color: 13416442.

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

Color convert

RGB250183204-
CMYK00.270.180.02
HSL341.19º87.01%84.9%-
HSV(B)341.19º26.8%98.04%-
XYZ67.2658.5564.88-
YUV205.43127.2159.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 183 (71.88% from 255) = 28.73%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=39.25%
G=28.73%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018320400.270.180.02341.1987.0184.9
HexFAB7CC01B1221555755
Octal372267314033222525127125
Binary111110101011011111001100011011100101010101010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7CC; }

 p { color: rgb(250,183,204); }

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

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

 a { background-color: rgb(250,183,204); }

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

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

 span { border-color: rgb(250,183,204); }

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