#F7AEC1

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

Shades of Cupid #F7AEC1

Tints of Cupid #F7AEC1

Color information

#F7AEC1 (or 0xF7AEC1) is unknown color: approx Cupid. HEX triplet: F7, AE and C1. RGB value is (247,174,193). Sum of RGB (Red+Green+Blue) = 247+174+193=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEC1 is #08513E. Grayscale: #C5C5C5. Windows color (decimal): -545087 or 12693239. OLE color: 12693239.

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

Color convert

RGB247174193-
CMYK00.300.220.03
HSL344.38º82.02%82.55%-
HSV(B)344.38º29.55%96.86%-
XYZ63.1253.957.53-
YUV197.99125.18162.96-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.23%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 193 (75.78% from 255) = 31.43%
R=40.23%
G=28.34%
B=31.43%

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
Decimal24717419300.300.220.03344.3882.0282.55
HexF7AEC101E1631585253
Octal367256301036263530122123
Binary111101111010111011000001011110101101110101100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEC1; }

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

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

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

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

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

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

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

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