#FCAEC5

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

Shades of Cupid #FCAEC5

Tints of Cupid #FCAEC5

Color information

#FCAEC5 (or 0xFCAEC5) is unknown color: approx Cupid. HEX triplet: FC, AE and C5. RGB value is (252,174,197). Sum of RGB (Red+Green+Blue) = 252+174+197=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEC5 is #03513A. Grayscale: #C7C7C7. Windows color (decimal): -217403 or 12955388. OLE color: 12955388.

HSL color Cylindrical-coordinate representation of color #FCAEC5: hue angle of 342.31º 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 #FCAEC5 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB252174197-
CMYK00.310.220.01
HSL342.31º92.86%83.53%-
HSV(B)342.31º30.95%98.82%-
XYZ65.365559.99-
YUV199.94126.34165.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 197 (77.34% from 255) = 31.62%
R=40.45%
G=27.93%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217419700.310.220.01342.3192.8683.53
HexFCAEC501F1611565d54
Octal374256305037261526135124
Binary11111100101011101100010101111110110110101011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAEC5; }

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

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

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

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

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

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

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

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