#F2AEC1

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

Shades of Cupid #F2AEC1

Tints of Cupid #F2AEC1

Color information

#F2AEC1 (or 0xF2AEC1) is unknown color: approx Cupid. HEX triplet: F2, AE and C1. RGB value is (242,174,193). Sum of RGB (Red+Green+Blue) = 242+174+193=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEC1 is #0D513E. Grayscale: #C4C4C4. Windows color (decimal): -872767 or 12693234. OLE color: 12693234.

HSL color Cylindrical-coordinate representation of color #F2AEC1: hue angle of 343.24º 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 #F2AEC1 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB242174193-
CMYK00.280.200.05
HSL343.24º72.34%81.57%-
HSV(B)343.24º28.1%94.9%-
XYZ61.385357.45-
YUV196.5126.03160.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.74%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 193 (75.78% from 255) = 31.69%
R=39.74%
G=28.57%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217419300.280.200.05343.2472.3481.57
HexF2AEC101C1451574852
Octal362256301034245527110122
Binary1111001010101110110000010111001010010110101011110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEC1; }

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

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

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

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

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

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

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

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