Shades of Amour #FBE3E9
Tints of Amour #FBE3E9
RGB
CMYK
RGB Variations
Color information
#FBE3E9 (or 0xFBE3E9) is known color: Amour. HEX triplet: FB, E3 and E9. RGB value is (251,227,233). Sum of RGB (Red+Green+Blue) = 251+227+233=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 227 (89.06% from 255 or 31.93% from 711); Blue value is 233 (91.41% from 255 or 32.77% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE3E9 is #041C16. Grayscale: #EAEAEA. Windows color (decimal): -269335 or 15328251. OLE color: 15328251.
HSL color Cylindrical-coordinate representation of color #FBE3E9: hue angle of 345º degrees, saturation: 0.75, 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 #FBE3E9 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 233 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.02 |
| HSL | 345º | 0.75% | 0.94% | - |
| HSV(B) | 345º | 0.1% | 0.98% | - |
| XYZ | 81.96 | 81.33 | 88.47 | - |
| YUV | 234.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 233 | 0 | 0.10 | 0.07 | 0.02 | 345 | 0.75 | 0.94 |
| Hex | FB | E3 | E9 | 0 | A | 7 | 2 | 159 | 4B | 5E |
| Octal | 373 | 343 | 351 | 0 | 12 | 7 | 2 | 531 | 113 | 136 |
| Binary | 11111011 | 11100011 | 11101001 | 0 | 1010 | 111 | 10 | 101011001 | 1001011 | 1011110 |
Color Harmonies of #FBE3E9
Complementary color
Monochromatic Colors of #FBE3E9
Black with #FBE3E9
Text Example
Text Example
White with #FBE3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE3E9; }
p { color: rgb(251,227,233); }
H1.HeaderClassName
{
color: #FBE3E9;
}
.AnyTagClassName
{
color: #FBE3E9;
}
</style>
background-color css
<style>
a { background-color: #FBE3E9; }
a { background-color: rgb(251,227,233); }
div.DivClassName
{
background-color: #FBE3E9;
}
.BgClassName
{
background-color: #FBE3E9;
}
</style>
border-color css
<style>
span { border-color: #FBE3E9; }
span { border-color: rgb(251,227,233); }
td.TdClassName
{
border-color: #FBE3E9;
}
.TagClassName
{
border-color: #FBE3E9;
}
</style>