#FCE6EC

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

Shades of Amour #FCE6EC

Tints of Amour #FCE6EC

Color information

#FCE6EC (or 0xFCE6EC) is unknown color: approx Amour. HEX triplet: FC, E6 and EC. RGB value is (252,230,236). Sum of RGB (Red+Green+Blue) = 252+230+236=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 230 (90.23% from 255 or 32.03% from 718); Blue value is 236 (92.58% from 255 or 32.87% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6EC is #031913. Grayscale: #EDEDED. Windows color (decimal): -203028 or 15525628. OLE color: 15525628.

HSL color Cylindrical-coordinate representation of color #FCE6EC: hue angle of 343.64º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE6EC is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB252230236-
CMYK00.090.060.01
HSL343.64º78.57%94.51%-
HSV(B)343.64º8.73%98.82%-
XYZ83.5883.3591.04-
YUV237.26127.29138.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.10%
GREEN value IS 230 (90.23% from 255) = 32.03%
BLUE value IS 236 (92.58% from 255) = 32.87%
R=35.10%
G=32.03%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223023600.090.060.01343.6478.5794.51
HexFCE6EC09611584f5f
Octal37434635401161530117137
Binary11111100111001101110110001001110110101100010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6EC; }

 p { color: rgb(252,230,236); }

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

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

 a { background-color: rgb(252,230,236); }

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

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

 span { border-color: rgb(252,230,236); }

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