#FCEBEC

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

Shades of Amour #FCEBEC

Tints of Amour #FCEBEC

Color information

#FCEBEC (or 0xFCEBEC) is unknown color: approx Amour. HEX triplet: FC, EB and EC. RGB value is (252,235,236). Sum of RGB (Red+Green+Blue) = 252+235+236=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 235 (92.19% from 255 or 32.50% from 723); Blue value is 236 (92.58% from 255 or 32.64% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBEC is #031413. Grayscale: #F0F0F0. Windows color (decimal): -201748 or 15526908. OLE color: 15526908.

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

Color convert

RGB252235236-
CMYK00.070.060.01
HSL356.47º73.91%95.49%-
HSV(B)356.47º6.75%98.82%-
XYZ84.9986.1791.51-
YUV240.2125.63136.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.85%
GREEN value IS 235 (92.19% from 255) = 32.50%
BLUE value IS 236 (92.58% from 255) = 32.64%
R=34.85%
G=32.50%
B=32.64%

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
Decimal25223523600.070.060.01356.4773.9195.49
HexFCEBEC07611644a5f
Octal3743533540761544112137
Binary1111110011101011111011000111110110110010010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBEC; }

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

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

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

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

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

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

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

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