#F4ACC2

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

Shades of Cupid #F4ACC2

Tints of Cupid #F4ACC2

Color information

#F4ACC2 (or 0xF4ACC2) is unknown color: approx Cupid. HEX triplet: F4, AC and C2. RGB value is (244,172,194). Sum of RGB (Red+Green+Blue) = 244+172+194=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACC2 is #0B533D. Grayscale: #C4C4C4. Windows color (decimal): -742206 or 12758260. OLE color: 12758260.

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

Color convert

RGB244172194-
CMYK00.300.200.04
HSL341.67º76.6%81.57%-
HSV(B)341.67º29.51%95.69%-
XYZ61.852.6357.94-
YUV196.04126.85162.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 194 (76.17% from 255) = 31.80%
R=40%
G=28.20%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417219400.300.200.04341.6776.681.57
HexF4ACC201E1441564d52
Octal364254302036244526115122
Binary1111010010101100110000100111101010010010101011010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACC2; }

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

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

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

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

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

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

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

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