#FBE2EA

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

Shades of Amour #FBE2EA

Tints of Amour #FBE2EA

Color information

#FBE2EA (or 0xFBE2EA) is unknown color: approx Amour. HEX triplet: FB, E2 and EA. RGB value is (251,226,234). Sum of RGB (Red+Green+Blue) = 251+226+234=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 226 (88.67% from 255 or 31.79% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2EA is #041D15. Grayscale: #EAEAEA. Windows color (decimal): -269590 or 15393531. OLE color: 15393531.

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

Color convert

RGB251226234-
CMYK00.100.070.02
HSL340.8º75.76%93.53%-
HSV(B)340.8º9.96%98.43%-
XYZ81.8380.8489.13-
YUV234.39127.78139.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 226 (88.67% from 255) = 31.79%
BLUE value IS 234 (91.80% from 255) = 32.91%
R=35.30%
G=31.79%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122623400.100.070.02340.875.7693.53
HexFBE2EA0A721554c5e
Octal37334235201272525114136
Binary111110111110001011101010010101111010101010110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2EA; }

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

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

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

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

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

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

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

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