#F0ACC0

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

Shades of Cupid #F0ACC0

Tints of Cupid #F0ACC0

Color information

#F0ACC0 (or 0xF0ACC0) is unknown color: approx Cupid. HEX triplet: F0, AC and C0. RGB value is (240,172,192). Sum of RGB (Red+Green+Blue) = 240+172+192=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACC0 is #0F533F. Grayscale: #C2C2C2. Windows color (decimal): -1004352 or 12627184. OLE color: 12627184.

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

Color convert

RGB240172192-
CMYK00.280.200.06
HSL342.35º69.39%80.78%-
HSV(B)342.35º28.33%94.12%-
XYZ60.251.8456.7-
YUV194.61126.53160.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 192 (75.39% from 255) = 31.79%
R=39.74%
G=28.48%
B=31.79%

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
Decimal24017219200.280.200.06342.3569.3980.78
HexF0ACC001C1461564551
Octal360254300034246526105121
Binary1111000010101100110000000111001010011010101011010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACC0; }

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

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

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

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

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

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

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

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