#FCACC5

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

Shades of Cupid #FCACC5

Tints of Cupid #FCACC5

Color information

#FCACC5 (or 0xFCACC5) is unknown color: approx Cupid. HEX triplet: FC, AC and C5. RGB value is (252,172,197). Sum of RGB (Red+Green+Blue) = 252+172+197=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACC5 is #03533A. Grayscale: #C6C6C6. Windows color (decimal): -217915 or 12954876. OLE color: 12954876.

HSL color Cylindrical-coordinate representation of color #FCACC5: hue angle of 341.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCACC5 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB252172197-
CMYK00.320.220.01
HSL341.25º93.02%83.14%-
HSV(B)341.25º31.75%98.82%-
XYZ64.9854.2359.87-
YUV198.77127165.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 197 (77.34% from 255) = 31.72%
R=40.58%
G=27.70%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217219700.320.220.01341.2593.0283.14
HexFCACC50201611555d53
Octal374254305040261525135123
Binary111111001010110011000101010000010110110101010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACC5; }

 p { color: rgb(252,172,197); }

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

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

 a { background-color: rgb(252,172,197); }

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

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

 span { border-color: rgb(252,172,197); }

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