#FBE2EC

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

Shades of Amour #FBE2EC

Tints of Amour #FBE2EC

Color information

#FBE2EC (or 0xFBE2EC) is unknown color: approx Amour. HEX triplet: FB, E2 and EC. RGB value is (251,226,236). Sum of RGB (Red+Green+Blue) = 251+226+236=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 226 (88.67% from 255 or 31.70% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2EC is #041D13. Grayscale: #EAEAEA. Windows color (decimal): -269588 or 15524603. OLE color: 15524603.

HSL color Cylindrical-coordinate representation of color #FBE2EC: hue angle of 336º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE2EC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251226236-
CMYK00.100.060.02
HSL336º75.76%93.53%-
HSV(B)336º9.96%98.43%-
XYZ82.1280.9690.66-
YUV234.62128.78139.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.20%
GREEN value IS 226 (88.67% from 255) = 31.70%
BLUE value IS 236 (92.58% from 255) = 33.10%
R=35.20%
G=31.70%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122623600.100.060.0233675.7693.53
HexFBE2EC0A621504c5e
Octal37334235401262520114136
Binary111110111110001011101100010101101010101000010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2EC; }

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

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

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

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

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

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

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

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