#F2AEBF

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

Shades of Cupid #F2AEBF

Tints of Cupid #F2AEBF

Color information

#F2AEBF (or 0xF2AEBF) is unknown color: approx Cupid. HEX triplet: F2, AE and BF. RGB value is (242,174,191). Sum of RGB (Red+Green+Blue) = 242+174+191=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEBF is #0D5140. Grayscale: #C4C4C4. Windows color (decimal): -872769 or 12562162. OLE color: 12562162.

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

Color convert

RGB242174191-
CMYK00.280.210.05
HSL345º72.34%81.57%-
HSV(B)345º28.1%94.9%-
XYZ61.1652.9156.28-
YUV196.27125.03160.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 191 (75% from 255) = 31.47%
R=39.87%
G=28.67%
B=31.47%

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
Decimal24217419100.280.210.0534572.3481.57
HexF2AEBF01C1551594852
Octal362256277034255531110122
Binary1111001010101110101111110111001010110110101100110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEBF; }

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

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

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

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

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

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

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

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