#F2AEC0

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

Shades of Cupid #F2AEC0

Tints of Cupid #F2AEC0

Color information

#F2AEC0 (or 0xF2AEC0) is unknown color: approx Cupid. HEX triplet: F2, AE and C0. RGB value is (242,174,192). Sum of RGB (Red+Green+Blue) = 242+174+192=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEC0 is #0D513F. Grayscale: #C4C4C4. Windows color (decimal): -872768 or 12627698. OLE color: 12627698.

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

Color convert

RGB242174192-
CMYK00.280.210.05
HSL344.12º72.34%81.57%-
HSV(B)344.12º28.1%94.9%-
XYZ61.2752.9656.86-
YUV196.38125.53160.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.80%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 192 (75.39% from 255) = 31.58%
R=39.80%
G=28.62%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217419200.280.210.05344.1272.3481.57
HexF2AEC001C1551584852
Octal362256300034255530110122
Binary1111001010101110110000000111001010110110101100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEC0; }

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

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

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

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

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

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

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

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