#F7AEBF

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

Shades of Cupid #F7AEBF

Tints of Cupid #F7AEBF

Color information

#F7AEBF (or 0xF7AEBF) is unknown color: approx Cupid. HEX triplet: F7, AE and BF. RGB value is (247,174,191). Sum of RGB (Red+Green+Blue) = 247+174+191=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEBF is #085140. Grayscale: #C5C5C5. Windows color (decimal): -545089 or 12562167. OLE color: 12562167.

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

Color convert

RGB247174191-
CMYK00.300.230.03
HSL346.03º82.02%82.55%-
HSV(B)346.03º29.55%96.86%-
XYZ62.953.8156.36-
YUV197.76124.18163.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.36%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 191 (75% from 255) = 31.21%
R=40.36%
G=28.43%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717419100.300.230.03346.0382.0282.55
HexF7AEBF01E17315a5253
Octal367256277036273532122123
Binary111101111010111010111111011110101111110101101010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEBF; }

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

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

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

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

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

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

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

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