#F7AEBE

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

Shades of Cupid #F7AEBE

Tints of Cupid #F7AEBE

Color information

#F7AEBE (or 0xF7AEBE) is unknown color: approx Cupid. HEX triplet: F7, AE and BE. RGB value is (247,174,190). Sum of RGB (Red+Green+Blue) = 247+174+190=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEBE is #085141. Grayscale: #C5C5C5. Windows color (decimal): -545090 or 12496631. OLE color: 12496631.

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

Color convert

RGB247174190-
CMYK00.300.230.03
HSL346.85º82.02%82.55%-
HSV(B)346.85º29.55%96.86%-
XYZ62.7953.7655.78-
YUV197.65123.68163.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.43%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=40.43%
G=28.48%
B=31.10%

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
Decimal24717419000.300.230.03346.8582.0282.55
HexF7AEBE01E17315b5253
Octal367256276036273533122123
Binary111101111010111010111110011110101111110101101110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEBE; }

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

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

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

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

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

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

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

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