#FAAEBF

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

Shades of Cupid #FAAEBF

Tints of Cupid #FAAEBF

Color information

#FAAEBF (or 0xFAAEBF) is unknown color: approx Cupid. HEX triplet: FA, AE and BF. RGB value is (250,174,191). Sum of RGB (Red+Green+Blue) = 250+174+191=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEBF is #055140. Grayscale: #C6C6C6. Windows color (decimal): -348481 or 12562170. OLE color: 12562170.

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

Color convert

RGB250174191-
CMYK00.300.240.02
HSL346.58º88.37%83.14%-
HSV(B)346.58º30.4%98.04%-
XYZ63.9654.3656.41-
YUV198.66123.68164.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 191 (75% from 255) = 31.06%
R=40.65%
G=28.29%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017419100.300.240.02346.5888.3783.14
HexFAAEBF01E18215b5853
Octal372256277036302533130123
Binary111110101010111010111111011110110001010101101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEBF; }

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

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

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

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

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

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

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

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