#FBECEE

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

Shades of Amour #FBECEE

Tints of Amour #FBECEE

Color information

#FBECEE (or 0xFBECEE) is unknown color: approx Amour. HEX triplet: FB, EC and EE. RGB value is (251,236,238). Sum of RGB (Red+Green+Blue) = 251+236+238=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 238 (93.36% from 255 or 32.83% from 725); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECEE is #041311. Grayscale: #F0F0F0. Windows color (decimal): -267026 or 15658235. OLE color: 15658235.

HSL color Cylindrical-coordinate representation of color #FBECEE: hue angle of 352º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBECEE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251236238-
CMYK00.060.050.02
HSL352º65.22%95.49%-
HSV(B)352º5.98%98.43%-
XYZ85.2186.6793.13-
YUV240.71126.47135.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.62%
GREEN value IS 236 (92.58% from 255) = 32.55%
BLUE value IS 238 (93.36% from 255) = 32.83%
R=34.62%
G=32.55%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123623800.060.050.0235265.2295.49
HexFBECEE0652160415f
Octal3733543560652540101137
Binary11111011111011001110111001101011010110000010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECEE; }

 p { color: rgb(251,236,238); }

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

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

 a { background-color: rgb(251,236,238); }

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

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

 span { border-color: rgb(251,236,238); }

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