#F0ACBB

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

Shades of Cupid #F0ACBB

Tints of Cupid #F0ACBB

Color information

#F0ACBB (or 0xF0ACBB) is unknown color: approx Cupid. HEX triplet: F0, AC and BB. RGB value is (240,172,187). Sum of RGB (Red+Green+Blue) = 240+172+187=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACBB is #0F5344. Grayscale: #C2C2C2. Windows color (decimal): -1004357 or 12299504. OLE color: 12299504.

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

Color convert

RGB240172187-
CMYK00.280.220.06
HSL346.76º69.39%80.78%-
HSV(B)346.76º28.33%94.12%-
XYZ59.6651.6253.83-
YUV194.04124.03160.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.07%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=40.07%
G=28.71%
B=31.22%

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
Decimal24017218700.280.220.06346.7669.3980.78
HexF0ACBB01C16615b4551
Octal360254273034266533105121
Binary1111000010101100101110110111001011011010101101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACBB; }

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

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

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

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

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

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

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

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