#FFACC1

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

Shades of Cupid #FFACC1

Tints of Cupid #FFACC1

Color information

#FFACC1 (or 0xFFACC1) is unknown color: approx Cupid. HEX triplet: FF, AC and C1. RGB value is (255,172,193). Sum of RGB (Red+Green+Blue) = 255+172+193=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC1 is #00533E. Grayscale: #C7C7C7. Windows color (decimal): -21311 or 12692735. OLE color: 12692735.

HSL color Cylindrical-coordinate representation of color #FFACC1: hue angle of 344.82º 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 #FFACC1 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255172193-
CMYK00.330.240
HSL344.82º100%83.73%-
HSV(B)344.82º32.55%100%-
XYZ65.6254.6257.54-
YUV199.21124.5167.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 193 (75.78% from 255) = 31.13%
R=41.13%
G=27.74%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517219300.330.240344.8210083.73
HexFFACC10211801596454
Octal377254301041300531144124
Binary111111111010110011000001010000111000010101100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACC1; }

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

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

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

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

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

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

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

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