#F0ACBF

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

Shades of Cupid #F0ACBF

Tints of Cupid #F0ACBF

Color information

#F0ACBF (or 0xF0ACBF) is unknown color: approx Cupid. HEX triplet: F0, AC and BF. RGB value is (240,172,191). Sum of RGB (Red+Green+Blue) = 240+172+191=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACBF is #0F5340. Grayscale: #C2C2C2. Windows color (decimal): -1004353 or 12561648. OLE color: 12561648.

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

Color convert

RGB240172191-
CMYK00.280.200.06
HSL343.24º69.39%80.78%-
HSV(B)343.24º28.33%94.12%-
XYZ60.0951.7956.12-
YUV194.5126.03160.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 191 (75% from 255) = 31.67%
R=39.80%
G=28.52%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017219100.280.200.06343.2469.3980.78
HexF0ACBF01C1461574551
Octal360254277034246527105121
Binary1111000010101100101111110111001010011010101011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACBF; }

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

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

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

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

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

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

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

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