#FCEBED

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

Shades of Amour #FCEBED

Tints of Amour #FCEBED

Color information

#FCEBED (or 0xFCEBED) is unknown color: approx Amour. HEX triplet: FC, EB and ED. RGB value is (252,235,237). Sum of RGB (Red+Green+Blue) = 252+235+237=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 235 (92.19% from 255 or 32.46% from 724); Blue value is 237 (92.97% from 255 or 32.73% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBED is #031412. Grayscale: #F0F0F0. Windows color (decimal): -201747 or 15592444. OLE color: 15592444.

HSL color Cylindrical-coordinate representation of color #FCEBED: hue angle of 352.94º degrees, saturation: 0.74, 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 #FCEBED is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB252235237-
CMYK00.070.060.01
HSL352.94º73.91%95.49%-
HSV(B)352.94º6.75%98.82%-
XYZ85.1486.2392.28-
YUV240.31126.13136.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.81%
GREEN value IS 235 (92.19% from 255) = 32.46%
BLUE value IS 237 (92.97% from 255) = 32.73%
R=34.81%
G=32.46%
B=32.73%

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
Decimal25223523700.070.060.01352.9473.9195.49
HexFCEBED07611614a5f
Octal3743533550761541112137
Binary1111110011101011111011010111110110110000110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBED; }

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

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

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

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

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

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

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

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