#FCE3E8

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

Shades of Amour #FCE3E8

Tints of Amour #FCE3E8

Color information

#FCE3E8 (or 0xFCE3E8) is unknown color: approx Amour. HEX triplet: FC, E3 and E8. RGB value is (252,227,232). Sum of RGB (Red+Green+Blue) = 252+227+232=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 227 (89.06% from 255 or 31.93% from 711); Blue value is 232 (91.02% from 255 or 32.63% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE3E8 is #031C17. Grayscale: #EBEBEB. Windows color (decimal): -203800 or 15262716. OLE color: 15262716.

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

Color convert

RGB252227232-
CMYK00.100.080.01
HSL348º80.65%93.92%-
HSV(B)348º9.92%98.82%-
XYZ82.1881.4687.74-
YUV235.04126.28140.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.44%
GREEN value IS 227 (89.06% from 255) = 31.93%
BLUE value IS 232 (91.02% from 255) = 32.63%
R=35.44%
G=31.93%
B=32.63%

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
Decimal25222723200.100.080.0134880.6593.92
HexFCE3E80A8115c515e
Octal374343350012101534121136
Binary111111001110001111101000010101000110101110010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE3E8; }

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

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

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

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

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

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

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

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