#F4ACC5

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

Shades of Cupid #F4ACC5

Tints of Cupid #F4ACC5

Color information

#F4ACC5 (or 0xF4ACC5) is unknown color: approx Cupid. HEX triplet: F4, AC and C5. RGB value is (244,172,197). Sum of RGB (Red+Green+Blue) = 244+172+197=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACC5 is #0B533A. Grayscale: #C4C4C4. Windows color (decimal): -742203 or 12954868. OLE color: 12954868.

HSL color Cylindrical-coordinate representation of color #F4ACC5: hue angle of 339.17º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ACC5 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB244172197-
CMYK00.300.190.04
HSL339.17º76.6%81.57%-
HSV(B)339.17º29.51%95.69%-
XYZ62.1452.7759.73-
YUV196.38128.35161.97-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.80%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 197 (77.34% from 255) = 32.14%
R=39.80%
G=28.06%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417219700.300.190.04339.1776.681.57
HexF4ACC501E1341534d52
Octal364254305036234523115122
Binary1111010010101100110001010111101001110010101001110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACC5; }

 p { color: rgb(244,172,197); }

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

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

 a { background-color: rgb(244,172,197); }

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

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

 span { border-color: rgb(244,172,197); }

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