#FAAEC1

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

Shades of Cupid #FAAEC1

Tints of Cupid #FAAEC1

Color information

#FAAEC1 (or 0xFAAEC1) is unknown color: approx Cupid. HEX triplet: FA, AE and C1. RGB value is (250,174,193). Sum of RGB (Red+Green+Blue) = 250+174+193=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEC1 is #05513E. Grayscale: #C6C6C6. Windows color (decimal): -348479 or 12693242. OLE color: 12693242.

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

Color convert

RGB250174193-
CMYK00.300.230.02
HSL345º88.37%83.14%-
HSV(B)345º30.4%98.04%-
XYZ64.1954.4557.58-
YUV198.89124.68164.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 174 (68.36% from 255) = 28.20%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=40.52%
G=28.20%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017419300.300.230.0234588.3783.14
HexFAAEC101E1721595853
Octal372256301036272531130123
Binary111110101010111011000001011110101111010101100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEC1; }

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

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

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

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

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

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

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

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