#F2ACC8

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

Shades of Cupid #F2ACC8

Tints of Cupid #F2ACC8

Color information

#F2ACC8 (or 0xF2ACC8) is unknown color: approx Cupid. HEX triplet: F2, AC and C8. RGB value is (242,172,200). Sum of RGB (Red+Green+Blue) = 242+172+200=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACC8 is #0D5337. Grayscale: #C4C4C4. Windows color (decimal): -873272 or 13151474. OLE color: 13151474.

HSL color Cylindrical-coordinate representation of color #F2ACC8: hue angle of 336º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACC8 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242172200-
CMYK00.290.170.05
HSL336º72.92%81.18%-
HSV(B)336º28.93%94.9%-
XYZ61.852.5561.53-
YUV196.12130.19160.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.41%
GREEN value IS 172 (67.58% from 255) = 28.01%
BLUE value IS 200 (78.52% from 255) = 32.57%
R=39.41%
G=28.01%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217220000.290.170.0533672.9281.18
HexF2ACC801D1151504951
Octal362254310035215520111121
Binary1111001010101100110010000111011000110110101000010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACC8; }

 p { color: rgb(242,172,200); }

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

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

 a { background-color: rgb(242,172,200); }

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

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

 span { border-color: rgb(242,172,200); }

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