#FCE2EA

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

Shades of Amour #FCE2EA

Tints of Amour #FCE2EA

Color information

#FCE2EA (or 0xFCE2EA) is unknown color: approx Amour. HEX triplet: FC, E2 and EA. RGB value is (252,226,234). Sum of RGB (Red+Green+Blue) = 252+226+234=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 226 (88.67% from 255 or 31.74% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2EA is #031D15. Grayscale: #EAEAEA. Windows color (decimal): -204054 or 15393532. OLE color: 15393532.

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

Color convert

RGB252226234-
CMYK00.100.070.01
HSL341.54º81.25%93.73%-
HSV(B)341.54º10.32%98.82%-
XYZ82.1981.0389.15-
YUV234.69127.61140.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 226 (88.67% from 255) = 31.74%
BLUE value IS 234 (91.80% from 255) = 32.87%
R=35.39%
G=31.74%
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
Decimal25222623400.100.070.01341.5481.2593.73
HexFCE2EA0A71156515e
Octal37434235201271526121136
Binary11111100111000101110101001010111110101011010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2EA; }

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

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

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

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

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

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

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

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