#FCE3E9

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

Shades of Amour #FCE3E9

Tints of Amour #FCE3E9

Color information

#FCE3E9 (or 0xFCE3E9) is unknown color: approx Amour. HEX triplet: FC, E3 and E9. RGB value is (252,227,233). Sum of RGB (Red+Green+Blue) = 252+227+233=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 227 (89.06% from 255 or 31.88% from 712); Blue value is 233 (91.41% from 255 or 32.72% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE3E9 is #031C16. Grayscale: #EBEBEB. Windows color (decimal): -203799 or 15328252. OLE color: 15328252.

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

Color convert

RGB252227233-
CMYK00.100.080.01
HSL345.6º80.65%93.92%-
HSV(B)345.6º9.92%98.82%-
XYZ82.3281.5288.49-
YUV235.16126.78140.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 227 (89.06% from 255) = 31.88%
BLUE value IS 233 (91.41% from 255) = 32.72%
R=35.39%
G=31.88%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222723300.100.080.01345.680.6593.92
HexFCE3E90A8115a515e
Octal374343351012101532121136
Binary111111001110001111101001010101000110101101010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE3E9; }

 p { color: rgb(252,227,233); }

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

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

 a { background-color: rgb(252,227,233); }

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

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

 span { border-color: rgb(252,227,233); }

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