#F7AEC0

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

Shades of Cupid #F7AEC0

Tints of Cupid #F7AEC0

Color information

#F7AEC0 (or 0xF7AEC0) is unknown color: approx Cupid. HEX triplet: F7, AE and C0. RGB value is (247,174,192). Sum of RGB (Red+Green+Blue) = 247+174+192=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEC0 is #08513F. Grayscale: #C5C5C5. Windows color (decimal): -545088 or 12627703. OLE color: 12627703.

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

Color convert

RGB247174192-
CMYK00.300.220.03
HSL345.21º82.02%82.55%-
HSV(B)345.21º29.55%96.86%-
XYZ63.0153.8556.94-
YUV197.88124.68163.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 192 (75.39% from 255) = 31.32%
R=40.29%
G=28.38%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717419200.300.220.03345.2182.0282.55
HexF7AEC001E1631595253
Octal367256300036263531122123
Binary111101111010111011000000011110101101110101100110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEC0; }

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

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

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

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

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

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

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

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