#FCE6E9

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

Shades of Amour #FCE6E9

Tints of Amour #FCE6E9

Color information

#FCE6E9 (or 0xFCE6E9) is unknown color: approx Amour. HEX triplet: FC, E6 and E9. RGB value is (252,230,233). Sum of RGB (Red+Green+Blue) = 252+230+233=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 230 (90.23% from 255 or 32.17% from 715); Blue value is 233 (91.41% from 255 or 32.59% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6E9 is #031916. Grayscale: #ECECEC. Windows color (decimal): -203031 or 15329020. OLE color: 15329020.

HSL color Cylindrical-coordinate representation of color #FCE6E9: hue angle of 351.82º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE6E9 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252230233-
CMYK00.090.080.01
HSL351.82º78.57%94.51%-
HSV(B)351.82º8.73%98.82%-
XYZ83.1583.1788.76-
YUV236.92125.79138.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.24%
GREEN value IS 230 (90.23% from 255) = 32.17%
BLUE value IS 233 (91.41% from 255) = 32.59%
R=35.24%
G=32.17%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223023300.090.080.01351.8278.5794.51
HexFCE6E909811604f5f
Octal374346351011101540117137
Binary111111001110011011101001010011000110110000010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6E9; }

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

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

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

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

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

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

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

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