#FCAAC2

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

Shades of Cupid #FCAAC2

Tints of Cupid #FCAAC2

Color information

#FCAAC2 (or 0xFCAAC2) is unknown color: approx Cupid. HEX triplet: FC, AA and C2. RGB value is (252,170,194). Sum of RGB (Red+Green+Blue) = 252+170+194=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAC2 is #03553D. Grayscale: #C5C5C5. Windows color (decimal): -218430 or 12757756. OLE color: 12757756.

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

Color convert

RGB252170194-
CMYK00.330.230.01
HSL342.44º93.18%82.75%-
HSV(B)342.44º32.54%98.82%-
XYZ64.2653.3457.95-
YUV197.25126.17167.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 170 (66.80% from 255) = 27.60%
BLUE value IS 194 (76.17% from 255) = 31.49%
R=40.91%
G=27.60%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217019400.330.230.01342.4493.1882.75
HexFCAAC20211711565d53
Octal374252302041271526135123
Binary111111001010101011000010010000110111110101011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAC2; }

 p { color: rgb(252,170,194); }

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

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

 a { background-color: rgb(252,170,194); }

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

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

 span { border-color: rgb(252,170,194); }

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