#FCE6EA

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

Shades of Amour #FCE6EA

Tints of Amour #FCE6EA

Color information

#FCE6EA (or 0xFCE6EA) is unknown color: approx Amour. HEX triplet: FC, E6 and EA. RGB value is (252,230,234). Sum of RGB (Red+Green+Blue) = 252+230+234=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 230 (90.23% from 255 or 32.12% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6EA is #031915. Grayscale: #EDEDED. Windows color (decimal): -203030 or 15394556. OLE color: 15394556.

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

Color convert

RGB252230234-
CMYK00.090.070.01
HSL349.09º78.57%94.51%-
HSV(B)349.09º8.73%98.82%-
XYZ83.2983.2389.52-
YUV237.03126.29138.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 230 (90.23% from 255) = 32.12%
BLUE value IS 234 (91.80% from 255) = 32.68%
R=35.20%
G=32.12%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223023400.090.070.01349.0978.5794.51
HexFCE6EA097115d4f5f
Octal37434635201171535117137
Binary11111100111001101110101001001111110101110110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6EA; }

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

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

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

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

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

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

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

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