#FCAEC6

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

Shades of Cupid #FCAEC6

Tints of Cupid #FCAEC6

Color information

#FCAEC6 (or 0xFCAEC6) is unknown color: approx Cupid. HEX triplet: FC, AE and C6. RGB value is (252,174,198). Sum of RGB (Red+Green+Blue) = 252+174+198=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEC6 is #035139. Grayscale: #C8C8C8. Windows color (decimal): -217402 or 13020924. OLE color: 13020924.

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

Color convert

RGB252174198-
CMYK00.310.210.01
HSL341.54º92.86%83.53%-
HSV(B)341.54º30.95%98.82%-
XYZ65.4755.0460.6-
YUV200.06126.84165.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 198 (77.73% from 255) = 31.73%
R=40.38%
G=27.88%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217419800.310.210.01341.5492.8683.53
HexFCAEC601F1511565d54
Octal374256306037251526135124
Binary11111100101011101100011001111110101110101011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAEC6; }

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

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

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

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

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

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

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

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