#FFACC2

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

Shades of Cupid #FFACC2

Tints of Cupid #FFACC2

Color information

#FFACC2 (or 0xFFACC2) is unknown color: approx Cupid. HEX triplet: FF, AC and C2. RGB value is (255,172,194). Sum of RGB (Red+Green+Blue) = 255+172+194=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC2 is #00533D. Grayscale: #C7C7C7. Windows color (decimal): -21310 or 12758271. OLE color: 12758271.

HSL color Cylindrical-coordinate representation of color #FFACC2: hue angle of 344.1º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACC2 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255172194-
CMYK00.330.240
HSL344.1º100%83.73%-
HSV(B)344.1º32.55%100%-
XYZ65.7354.6658.13-
YUV199.32125167.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 194 (76.17% from 255) = 31.24%
R=41.06%
G=27.70%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517219400.330.240344.110083.73
HexFFACC20211801586454
Octal377254302041300530144124
Binary111111111010110011000010010000111000010101100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACC2; }

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

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

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

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

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

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

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

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