#FCE4EB

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

Shades of Amour #FCE4EB

Tints of Amour #FCE4EB

Color information

#FCE4EB (or 0xFCE4EB) is unknown color: approx Amour. HEX triplet: FC, E4 and EB. RGB value is (252,228,235). Sum of RGB (Red+Green+Blue) = 252+228+235=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 235 (92.19% from 255 or 32.87% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4EB is #031B14. Grayscale: #EBEBEB. Windows color (decimal): -203541 or 15459580. OLE color: 15459580.

HSL color Cylindrical-coordinate representation of color #FCE4EB: hue angle of 342.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE4EB is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB252228235-
CMYK00.100.070.01
HSL342.5º80%94.12%-
HSV(B)342.5º9.52%98.82%-
XYZ82.8882.1890.09-
YUV235.97127.45139.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.24%
GREEN value IS 228 (89.45% from 255) = 31.89%
BLUE value IS 235 (92.19% from 255) = 32.87%
R=35.24%
G=31.89%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222823500.100.070.01342.58094.12
HexFCE4EB0A71156505e
Octal37434435301271526120136
Binary11111100111001001110101101010111110101011010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4EB; }

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

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

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

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

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

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

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

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