#FCE0E8

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

Shades of Amour #FCE0E8

Tints of Amour #FCE0E8

Color information

#FCE0E8 (or 0xFCE0E8) is unknown color: approx Amour. HEX triplet: FC, E0 and E8. RGB value is (252,224,232). Sum of RGB (Red+Green+Blue) = 252+224+232=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 232 (91.02% from 255 or 32.77% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0E8 is #031F17. Grayscale: #E9E9E9. Windows color (decimal): -204568 or 15261948. OLE color: 15261948.

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

Color convert

RGB252224232-
CMYK00.110.080.01
HSL342.86º82.35%93.33%-
HSV(B)342.86º11.11%98.82%-
XYZ81.3779.8387.46-
YUV233.28127.28141.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.59%
GREEN value IS 224 (87.89% from 255) = 31.64%
BLUE value IS 232 (91.02% from 255) = 32.77%
R=35.59%
G=31.64%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222423200.110.080.01342.8682.3593.33
HexFCE0E80B81157525d
Octal374340350013101527122135
Binary111111001110000011101000010111000110101011110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0E8; }

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

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

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

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

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

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

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

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