#F0ABBF

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

Shades of Cupid #F0ABBF

Tints of Cupid #F0ABBF

Color information

#F0ABBF (or 0xF0ABBF) is unknown color: approx Cupid. HEX triplet: F0, AB and BF. RGB value is (240,171,191). Sum of RGB (Red+Green+Blue) = 240+171+191=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABBF is #0F5440. Grayscale: #C1C1C1. Windows color (decimal): -1004609 or 12561392. OLE color: 12561392.

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

Color convert

RGB240171191-
CMYK00.290.200.06
HSL342.61º69.7%80.59%-
HSV(B)342.61º28.75%94.12%-
XYZ59.951.4156.06-
YUV193.91126.36160.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 191 (75% from 255) = 31.73%
R=39.87%
G=28.41%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017119100.290.200.06342.6169.780.59
HexF0ABBF01D1461574651
Octal360253277035246527106121
Binary1111000010101011101111110111011010011010101011110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ABBF; }

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

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

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

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

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

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

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

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