#FCE8EB

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

Shades of Amour #FCE8EB

Tints of Amour #FCE8EB

Color information

#FCE8EB (or 0xFCE8EB) is unknown color: approx Amour. HEX triplet: FC, E8 and EB. RGB value is (252,232,235). Sum of RGB (Red+Green+Blue) = 252+232+235=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 232 (91.02% from 255 or 32.27% from 719); Blue value is 235 (92.19% from 255 or 32.68% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8EB is #031714. Grayscale: #EEEEEE. Windows color (decimal): -202517 or 15460604. OLE color: 15460604.

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

Color convert

RGB252232235-
CMYK00.080.070.01
HSL351º76.92%94.9%-
HSV(B)351º7.94%98.82%-
XYZ8484.4190.46-
YUV238.32126.13137.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 232 (91.02% from 255) = 32.27%
BLUE value IS 235 (92.19% from 255) = 32.68%
R=35.05%
G=32.27%
B=32.68%

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
Decimal25223223500.080.070.0135176.9294.9
HexFCE8EB087115f4d5f
Octal37435035301071537115137
Binary11111100111010001110101101000111110101111110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE8EB; }

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

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

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

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

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

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

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

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