#F0ACBC

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

Shades of Cupid #F0ACBC

Tints of Cupid #F0ACBC

Color information

#F0ACBC (or 0xF0ACBC) is unknown color: approx Cupid. HEX triplet: F0, AC and BC. RGB value is (240,172,188). Sum of RGB (Red+Green+Blue) = 240+172+188=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACBC is #0F5343. Grayscale: #C2C2C2. Windows color (decimal): -1004356 or 12365040. OLE color: 12365040.

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

Color convert

RGB240172188-
CMYK00.280.220.06
HSL345.88º69.39%80.78%-
HSV(B)345.88º28.33%94.12%-
XYZ59.7651.6654.4-
YUV194.16124.53160.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 172 (67.58% from 255) = 28.67%
BLUE value IS 188 (73.83% from 255) = 31.33%
R=40%
G=28.67%
B=31.33%

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
Decimal24017218800.280.220.06345.8869.3980.78
HexF0ACBC01C16615a4551
Octal360254274034266532105121
Binary1111000010101100101111000111001011011010101101010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACBC; }

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

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

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

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

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

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

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

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