Shades of Amour #FBE1E7
Tints of Amour #FBE1E7
RGB
CMYK
RGB Variations
Color information
#FBE1E7 (or 0xFBE1E7) is known color: Amour. HEX triplet: FB, E1 and E7. RGB value is (251,225,231). Sum of RGB (Red+Green+Blue) = 251+225+231=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 231 (90.62% from 255 or 32.67% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1E7 is #041E18. Grayscale: #E9E9E9. Windows color (decimal): -269849 or 15196667. OLE color: 15196667.
HSL color Cylindrical-coordinate representation of color #FBE1E7: hue angle of 346.15º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE1E7 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 231 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.02 |
| HSL | 346.15º | 0.76% | 0.93% | - |
| HSV(B) | 346.15º | 0.1% | 0.98% | - |
| XYZ | 81.13 | 80.13 | 86.79 | - |
| YUV | 233.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 231 | 0 | 0.10 | 0.08 | 0.02 | 346.15 | 0.76 | 0.93 |
| Hex | FB | E1 | E7 | 0 | A | 8 | 2 | 15A | 4C | 5D |
| Octal | 373 | 341 | 347 | 0 | 12 | 10 | 2 | 532 | 114 | 135 |
| Binary | 11111011 | 11100001 | 11100111 | 0 | 1010 | 1000 | 10 | 101011010 | 1001100 | 1011101 |
Color Harmonies of #FBE1E7
Complementary color
Monochromatic Colors of #FBE1E7
Black with #FBE1E7
Text Example
Text Example
White with #FBE1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1E7; }
p { color: rgb(251,225,231); }
H1.HeaderClassName
{
color: #FBE1E7;
}
.AnyTagClassName
{
color: #FBE1E7;
}
</style>
background-color css
<style>
a { background-color: #FBE1E7; }
a { background-color: rgb(251,225,231); }
div.DivClassName
{
background-color: #FBE1E7;
}
.BgClassName
{
background-color: #FBE1E7;
}
</style>
border-color css
<style>
span { border-color: #FBE1E7; }
span { border-color: rgb(251,225,231); }
td.TdClassName
{
border-color: #FBE1E7;
}
.TagClassName
{
border-color: #FBE1E7;
}
</style>