#F2AEC7

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

Shades of Cupid #F2AEC7

Tints of Cupid #F2AEC7

Color information

#F2AEC7 (or 0xF2AEC7) is unknown color: approx Cupid. HEX triplet: F2, AE and C7. RGB value is (242,174,199). Sum of RGB (Red+Green+Blue) = 242+174+199=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEC7 is #0D5138. Grayscale: #C5C5C5. Windows color (decimal): -872761 or 13086450. OLE color: 13086450.

HSL color Cylindrical-coordinate representation of color #F2AEC7: hue angle of 337.94º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AEC7 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB242174199-
CMYK00.280.180.05
HSL337.94º72.34%81.57%-
HSV(B)337.94º28.1%94.9%-
XYZ62.0653.2761.04-
YUV197.18129.03159.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 199 (78.12% from 255) = 32.36%
R=39.35%
G=28.29%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217419900.280.180.05337.9472.3481.57
HexF2AEC701C1251524852
Octal362256307034225522110122
Binary1111001010101110110001110111001001010110101001010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEC7; }

 p { color: rgb(242,174,199); }

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

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

 a { background-color: rgb(242,174,199); }

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

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

 span { border-color: rgb(242,174,199); }

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