#FEEBEC

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

Shades of Amour #FEEBEC

Tints of Amour #FEEBEC

Color information

#FEEBEC (or 0xFEEBEC) is unknown color: approx Amour. HEX triplet: FE, EB and EC. RGB value is (254,235,236). Sum of RGB (Red+Green+Blue) = 254+235+236=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 235 (92.19% from 255 or 32.41% from 725); Blue value is 236 (92.58% from 255 or 32.55% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBEC is #011413. Grayscale: #F0F0F0. Windows color (decimal): -70676 or 15526910. OLE color: 15526910.

HSL color Cylindrical-coordinate representation of color #FEEBEC: hue angle of 356.84º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEEBEC is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254235236-
CMYK00.070.070.00
HSL356.84º90.48%95.88%-
HSV(B)356.84º7.48%99.61%-
XYZ85.7286.5491.54-
YUV240.8125.29137.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.03%
GREEN value IS 235 (92.19% from 255) = 32.41%
BLUE value IS 236 (92.58% from 255) = 32.55%
R=35.03%
G=32.41%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423523600.070.070.00356.8490.4895.88
HexFEEBEC07701655a60
Octal3763533540770545132140
Binary1111111011101011111011000111111010110010110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBEC; }

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

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

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

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

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

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

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

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