#FFACC4

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

Shades of Cupid #FFACC4

Tints of Cupid #FFACC4

Color information

#FFACC4 (or 0xFFACC4) is unknown color: approx Cupid. HEX triplet: FF, AC and C4. RGB value is (255,172,196). Sum of RGB (Red+Green+Blue) = 255+172+196=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC4 is #00533B. Grayscale: #C7C7C7. Windows color (decimal): -21308 or 12889343. OLE color: 12889343.

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

Color convert

RGB255172196-
CMYK00.330.230
HSL342.65º100%83.73%-
HSV(B)342.65º32.55%100%-
XYZ65.9654.7559.32-
YUV199.55126167.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 172 (67.58% from 255) = 27.61%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=40.93%
G=27.61%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517219600.330.230342.6510083.73
HexFFACC40211701576454
Octal377254304041270527144124
Binary111111111010110011000100010000110111010101011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACC4; }

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

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

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

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

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

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

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

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