#FCEAED

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

Shades of Amour #FCEAED

Tints of Amour #FCEAED

Color information

#FCEAED (or 0xFCEAED) is unknown color: approx Amour. HEX triplet: FC, EA and ED. RGB value is (252,234,237). Sum of RGB (Red+Green+Blue) = 252+234+237=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 237 (92.97% from 255 or 32.78% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAED is #031512. Grayscale: #EFEFEF. Windows color (decimal): -202003 or 15592188. OLE color: 15592188.

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

Color convert

RGB252234237-
CMYK00.070.060.01
HSL350º75%95.29%-
HSV(B)350º7.14%98.82%-
XYZ84.8585.6692.18-
YUV239.72126.46136.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.85%
GREEN value IS 234 (91.80% from 255) = 32.37%
BLUE value IS 237 (92.97% from 255) = 32.78%
R=34.85%
G=32.37%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223423700.070.060.013507595.29
HexFCEAED076115e4b5f
Octal3743523550761536113137
Binary1111110011101010111011010111110110101111010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAED; }

 p { color: rgb(252,234,237); }

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

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

 a { background-color: rgb(252,234,237); }

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

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

 span { border-color: rgb(252,234,237); }

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