#FCE7EE

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

Shades of Amour #FCE7EE

Tints of Amour #FCE7EE

Color information

#FCE7EE (or 0xFCE7EE) is unknown color: approx Amour. HEX triplet: FC, E7 and EE. RGB value is (252,231,238). Sum of RGB (Red+Green+Blue) = 252+231+238=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 231 (90.62% from 255 or 32.04% from 721); Blue value is 238 (93.36% from 255 or 33.01% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE7EE is #031811. Grayscale: #EEEEEE. Windows color (decimal): -202770 or 15656956. OLE color: 15656956.

HSL color Cylindrical-coordinate representation of color #FCE7EE: hue angle of 340º degrees, saturation: 0.78, 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 #FCE7EE is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB252231238-
CMYK00.080.060.01
HSL340º77.78%94.71%-
HSV(B)340º8.33%98.82%-
XYZ84.1584.0292.67-
YUV238.08127.96137.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 231 (90.62% from 255) = 32.04%
BLUE value IS 238 (93.36% from 255) = 33.01%
R=34.95%
G=32.04%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223123800.080.060.0134077.7894.71
HexFCE7EE08611544e5f
Octal37434735601061524116137
Binary11111100111001111110111001000110110101010010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE7EE; }

 p { color: rgb(252,231,238); }

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

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

 a { background-color: rgb(252,231,238); }

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

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

 span { border-color: rgb(252,231,238); }

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