#FCE2EB

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

Shades of Amour #FCE2EB

Tints of Amour #FCE2EB

Color information

#FCE2EB (or 0xFCE2EB) is unknown color: approx Amour. HEX triplet: FC, E2 and EB. RGB value is (252,226,235). Sum of RGB (Red+Green+Blue) = 252+226+235=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 226 (88.67% from 255 or 31.70% from 713); Blue value is 235 (92.19% from 255 or 32.96% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2EB is #031D14. Grayscale: #EAEAEA. Windows color (decimal): -204053 or 15459068. OLE color: 15459068.

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

Color convert

RGB252226235-
CMYK00.100.070.01
HSL339.23º81.25%93.73%-
HSV(B)339.23º10.32%98.82%-
XYZ82.3481.0989.91-
YUV234.8128.11140.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.34%
GREEN value IS 226 (88.67% from 255) = 31.70%
BLUE value IS 235 (92.19% from 255) = 32.96%
R=35.34%
G=31.70%
B=32.96%

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
Decimal25222623500.100.070.01339.2381.2593.73
HexFCE2EB0A71153515e
Octal37434235301271523121136
Binary11111100111000101110101101010111110101001110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2EB; }

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

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

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

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

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

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

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

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