#F0AEC8

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

Shades of Cupid #F0AEC8

Tints of Cupid #F0AEC8

Color information

#F0AEC8 (or 0xF0AEC8) is unknown color: approx Cupid. HEX triplet: F0, AE and C8. RGB value is (240,174,200). Sum of RGB (Red+Green+Blue) = 240+174+200=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEC8 is #0F5137. Grayscale: #C4C4C4. Windows color (decimal): -1003832 or 13151984. OLE color: 13151984.

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

Color convert

RGB240174200-
CMYK00.280.170.06
HSL336.36º68.75%81.18%-
HSV(B)336.36º27.5%94.12%-
XYZ61.552.9761.63-
YUV196.7129.87158.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.09%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 200 (78.52% from 255) = 32.57%
R=39.09%
G=28.34%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017420000.280.170.06336.3668.7581.18
HexF0AEC801C1161504551
Octal360256310034216520105121
Binary1111000010101110110010000111001000111010101000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEC8; }

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

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

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

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

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

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

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

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