#FCE9EE

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

Shades of Amour #FCE9EE

Tints of Amour #FCE9EE

Color information

#FCE9EE (or 0xFCE9EE) is unknown color: approx Amour. HEX triplet: FC, E9 and EE. RGB value is (252,233,238). Sum of RGB (Red+Green+Blue) = 252+233+238=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 233 (91.41% from 255 or 32.23% from 723); Blue value is 238 (93.36% from 255 or 32.92% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9EE is #031611. Grayscale: #EFEFEF. Windows color (decimal): -202258 or 15657468. OLE color: 15657468.

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

Color convert

RGB252233238-
CMYK00.080.060.01
HSL344.21º76%95.1%-
HSV(B)344.21º7.54%98.82%-
XYZ84.7285.1592.86-
YUV239.25127.29137.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.85%
GREEN value IS 233 (91.41% from 255) = 32.23%
BLUE value IS 238 (93.36% from 255) = 32.92%
R=34.85%
G=32.23%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223323800.080.060.01344.217695.1
HexFCE9EE08611584c5f
Octal37435135601061530114137
Binary11111100111010011110111001000110110101100010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9EE; }

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

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

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

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

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

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

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

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