#F2AEBB

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

Shades of Cupid #F2AEBB

Tints of Cupid #F2AEBB

Color information

#F2AEBB (or 0xF2AEBB) is unknown color: approx Cupid. HEX triplet: F2, AE and BB. RGB value is (242,174,187). Sum of RGB (Red+Green+Blue) = 242+174+187=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEBB is #0D5144. Grayscale: #C3C3C3. Windows color (decimal): -872773 or 12300018. OLE color: 12300018.

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

Color convert

RGB242174187-
CMYK00.280.230.05
HSL348.53º72.34%81.57%-
HSV(B)348.53º28.1%94.9%-
XYZ60.7252.7453.99-
YUV195.81123.03160.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.13%
GREEN value IS 174 (68.36% from 255) = 28.86%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=40.13%
G=28.86%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217418700.280.230.05348.5372.3481.57
HexF2AEBB01C17515d4852
Octal362256273034275535110122
Binary1111001010101110101110110111001011110110101110110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEBB; }

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

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

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

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

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

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

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

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