#F0AEBB

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

Shades of Cupid #F0AEBB

Tints of Cupid #F0AEBB

Color information

#F0AEBB (or 0xF0AEBB) is unknown color: approx Cupid. HEX triplet: F0, AE and BB. RGB value is (240,174,187). Sum of RGB (Red+Green+Blue) = 240+174+187=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEBB is #0F5144. Grayscale: #C3C3C3. Windows color (decimal): -1003845 or 12300016. OLE color: 12300016.

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

Color convert

RGB240174187-
CMYK00.280.220.06
HSL348.18º68.75%81.18%-
HSV(B)348.18º27.5%94.12%-
XYZ60.0452.3953.96-
YUV195.22123.37159.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=39.93%
G=28.95%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017418700.280.220.06348.1868.7581.18
HexF0AEBB01C16615c4551
Octal360256273034266534105121
Binary1111000010101110101110110111001011011010101110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEBB; }

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

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

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

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

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

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

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

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