#FCAEC2

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

Shades of Cupid #FCAEC2

Tints of Cupid #FCAEC2

Color information

#FCAEC2 (or 0xFCAEC2) is unknown color: approx Cupid. HEX triplet: FC, AE and C2. RGB value is (252,174,194). Sum of RGB (Red+Green+Blue) = 252+174+194=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEC2 is #03513D. Grayscale: #C7C7C7. Windows color (decimal): -217406 or 12758780. OLE color: 12758780.

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

Color convert

RGB252174194-
CMYK00.310.230.01
HSL344.62º92.86%83.53%-
HSV(B)344.62º30.95%98.82%-
XYZ65.0254.8658.2-
YUV199.6124.84165.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.65%
GREEN value IS 174 (68.36% from 255) = 28.06%
BLUE value IS 194 (76.17% from 255) = 31.29%
R=40.65%
G=28.06%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217419400.310.230.01344.6292.8683.53
HexFCAEC201F1711595d54
Octal374256302037271531135124
Binary11111100101011101100001001111110111110101100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAEC2; }

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

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

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

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

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

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

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

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