#FAA8C1

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

Shades of Cupid #FAA8C1

Tints of Cupid #FAA8C1

Color information

#FAA8C1 (or 0xFAA8C1) is unknown color: approx Cupid. HEX triplet: FA, A8 and C1. RGB value is (250,168,193). Sum of RGB (Red+Green+Blue) = 250+168+193=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8C1 is #05573E. Grayscale: #C3C3C3. Windows color (decimal): -350015 or 12691706. OLE color: 12691706.

HSL color Cylindrical-coordinate representation of color #FAA8C1: hue angle of 341.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8C1 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB250168193-
CMYK00.330.230.02
HSL341.71º89.13%81.96%-
HSV(B)341.71º32.8%98.04%-
XYZ63.0552.1857.2-
YUV195.37126.67166.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 168 (66.02% from 255) = 27.50%
BLUE value IS 193 (75.78% from 255) = 31.59%
R=40.92%
G=27.50%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016819300.330.230.02341.7189.1381.96
HexFAA8C10211721565952
Octal372250301041272526131122
Binary1111101010101000110000010100001101111010101011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA8C1; }

 p { color: rgb(250,168,193); }

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

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

 a { background-color: rgb(250,168,193); }

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

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

 span { border-color: rgb(250,168,193); }

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