#FCE8EA

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

Shades of Amour #FCE8EA

Tints of Amour #FCE8EA

Color information

#FCE8EA (or 0xFCE8EA) is unknown color: approx Amour. HEX triplet: FC, E8 and EA. RGB value is (252,232,234). Sum of RGB (Red+Green+Blue) = 252+232+234=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 232 (91.02% from 255 or 32.31% from 718); Blue value is 234 (91.80% from 255 or 32.59% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8EA is #031715. Grayscale: #EEEEEE. Windows color (decimal): -202518 or 15395068. OLE color: 15395068.

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

Color convert

RGB252232234-
CMYK00.080.070.01
HSL354º76.92%94.9%-
HSV(B)354º7.94%98.82%-
XYZ83.8584.3589.7-
YUV238.21125.63137.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.10%
GREEN value IS 232 (91.02% from 255) = 32.31%
BLUE value IS 234 (91.80% from 255) = 32.59%
R=35.10%
G=32.31%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223223400.080.070.0135476.9294.9
HexFCE8EA08711624d5f
Octal37435035201071542115137
Binary11111100111010001110101001000111110110001010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE8EA; }

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

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

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

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

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

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

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

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