#F0AEC9

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

Shades of Cupid #F0AEC9

Tints of Cupid #F0AEC9

Color information

#F0AEC9 (or 0xF0AEC9) is unknown color: approx Cupid. HEX triplet: F0, AE and C9. RGB value is (240,174,201). Sum of RGB (Red+Green+Blue) = 240+174+201=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEC9 is #0F5136. Grayscale: #C4C4C4. Windows color (decimal): -1003831 or 13217520. OLE color: 13217520.

HSL color Cylindrical-coordinate representation of color #F0AEC9: hue angle of 335.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0AEC9 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240174201-
CMYK00.280.160.06
HSL335.45º68.75%81.18%-
HSV(B)335.45º27.5%94.12%-
XYZ61.6153.0162.24-
YUV196.81130.37158.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 201 (78.91% from 255) = 32.68%
R=39.02%
G=28.29%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017420100.280.160.06335.4568.7581.18
HexF0AEC901C10614f4551
Octal360256311034206517105121
Binary1111000010101110110010010111001000011010100111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEC9; }

 p { color: rgb(240,174,201); }

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

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

 a { background-color: rgb(240,174,201); }

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

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

 span { border-color: rgb(240,174,201); }

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