#F0ABBE

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

Shades of Cupid #F0ABBE

Tints of Cupid #F0ABBE

Color information

#F0ABBE (or 0xF0ABBE) is unknown color: approx Cupid. HEX triplet: F0, AB and BE. RGB value is (240,171,190). Sum of RGB (Red+Green+Blue) = 240+171+190=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABBE is #0F5441. Grayscale: #C1C1C1. Windows color (decimal): -1004610 or 12495856. OLE color: 12495856.

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

Color convert

RGB240171190-
CMYK00.290.210.06
HSL343.48º69.7%80.59%-
HSV(B)343.48º28.75%94.12%-
XYZ59.7951.3755.48-
YUV193.8125.86160.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 171 (67.19% from 255) = 28.45%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=39.93%
G=28.45%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017119000.290.210.06343.4869.780.59
HexF0ABBE01D1561574651
Octal360253276035256527106121
Binary1111000010101011101111100111011010111010101011110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ABBE; }

 p { color: rgb(240,171,190); }

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

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

 a { background-color: rgb(240,171,190); }

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

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

 span { border-color: rgb(240,171,190); }

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