#F2AEBD

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

Shades of Cupid #F2AEBD

Tints of Cupid #F2AEBD

Color information

#F2AEBD (or 0xF2AEBD) is unknown color: approx Cupid. HEX triplet: F2, AE and BD. RGB value is (242,174,189). Sum of RGB (Red+Green+Blue) = 242+174+189=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEBD is #0D5142. Grayscale: #C4C4C4. Windows color (decimal): -872771 or 12431090. OLE color: 12431090.

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

Color convert

RGB242174189-
CMYK00.280.220.05
HSL346.76º72.34%81.57%-
HSV(B)346.76º28.1%94.9%-
XYZ60.9452.8255.13-
YUV196.04124.03160.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=40%
G=28.76%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217418900.280.220.05346.7672.3481.57
HexF2AEBD01C16515b4852
Octal362256275034265533110122
Binary1111001010101110101111010111001011010110101101110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEBD; }

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

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

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

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

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

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

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

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