Shades of Amour #FBE1EA
Tints of Amour #FBE1EA
RGB
CMYK
RGB Variations
Color information
#FBE1EA (or 0xFBE1EA) is known color: Amour. HEX triplet: FB, E1 and EA. RGB value is (251,225,234). Sum of RGB (Red+Green+Blue) = 251+225+234=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1EA is #041E15. Grayscale: #E9E9E9. Windows color (decimal): -269846 or 15393275. OLE color: 15393275.
HSL color Cylindrical-coordinate representation of color #FBE1EA: hue angle of 339.23º 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 #FBE1EA is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 234 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.02 |
| HSL | 339.23º | 0.76% | 0.93% | - |
| HSV(B) | 339.23º | 0.1% | 0.98% | - |
| XYZ | 81.56 | 80.3 | 89.04 | - |
| YUV | 233.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 234 | 0 | 0.10 | 0.07 | 0.02 | 339.23 | 0.76 | 0.93 |
| Hex | FB | E1 | EA | 0 | A | 7 | 2 | 153 | 4C | 5D |
| Octal | 373 | 341 | 352 | 0 | 12 | 7 | 2 | 523 | 114 | 135 |
| Binary | 11111011 | 11100001 | 11101010 | 0 | 1010 | 111 | 10 | 101010011 | 1001100 | 1011101 |
Color Harmonies of #FBE1EA
Complementary color
Monochromatic Colors of #FBE1EA
Black with #FBE1EA
Text Example
Text Example
White with #FBE1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1EA; }
p { color: rgb(251,225,234); }
H1.HeaderClassName
{
color: #FBE1EA;
}
.AnyTagClassName
{
color: #FBE1EA;
}
</style>
background-color css
<style>
a { background-color: #FBE1EA; }
a { background-color: rgb(251,225,234); }
div.DivClassName
{
background-color: #FBE1EA;
}
.BgClassName
{
background-color: #FBE1EA;
}
</style>
border-color css
<style>
span { border-color: #FBE1EA; }
span { border-color: rgb(251,225,234); }
td.TdClassName
{
border-color: #FBE1EA;
}
.TagClassName
{
border-color: #FBE1EA;
}
</style>