Shades of Amour #FBECEE
Tints of Amour #FBECEE
RGB
CMYK
RGB Variations
Color information
#FBECEE (or 0xFBECEE) is known color: Amour. HEX triplet: FB, EC and EE. RGB value is (251,236,238). Sum of RGB (Red+Green+Blue) = 251+236+238=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 238 (93.36% from 255 or 32.83% from 725); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECEE is #041311. Grayscale: #F0F0F0. Windows color (decimal): -267026 or 15658235. OLE color: 15658235.
HSL color Cylindrical-coordinate representation of color #FBECEE: hue angle of 352º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBECEE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 238 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.02 |
| HSL | 352º | 0.65% | 0.95% | - |
| HSV(B) | 352º | 0.06% | 0.98% | - |
| XYZ | 85.21 | 86.67 | 93.13 | - |
| YUV | 240.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 238 | 0 | 0.06 | 0.05 | 0.02 | 352 | 0.65 | 0.95 |
| Hex | FB | EC | EE | 0 | 6 | 5 | 2 | 160 | 41 | 5F |
| Octal | 373 | 354 | 356 | 0 | 6 | 5 | 2 | 540 | 101 | 137 |
| Binary | 11111011 | 11101100 | 11101110 | 0 | 110 | 101 | 10 | 101100000 | 1000001 | 1011111 |
Color Harmonies of #FBECEE
Complementary color
Monochromatic Colors of #FBECEE
Black with #FBECEE
Text Example
Text Example
White with #FBECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECEE; }
p { color: rgb(251,236,238); }
H1.HeaderClassName
{
color: #FBECEE;
}
.AnyTagClassName
{
color: #FBECEE;
}
</style>
background-color css
<style>
a { background-color: #FBECEE; }
a { background-color: rgb(251,236,238); }
div.DivClassName
{
background-color: #FBECEE;
}
.BgClassName
{
background-color: #FBECEE;
}
</style>
border-color css
<style>
span { border-color: #FBECEE; }
span { border-color: rgb(251,236,238); }
td.TdClassName
{
border-color: #FBECEE;
}
.TagClassName
{
border-color: #FBECEE;
}
</style>