Shades of Amour #FBECEF
Tints of Amour #FBECEF
RGB
CMYK
RGB Variations
Color information
#FBECEF (or 0xFBECEF) is known color: Amour. HEX triplet: FB, EC and EF. RGB value is (251,236,239). Sum of RGB (Red+Green+Blue) = 251+236+239=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 236 (92.58% from 255 or 32.51% from 726); Blue value is 239 (93.75% from 255 or 32.92% from 726); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECEF is #041310. Grayscale: #F0F0F0. Windows color (decimal): -267025 or 15723771. OLE color: 15723771.
HSL color Cylindrical-coordinate representation of color #FBECEF: hue angle of 348º 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 #FBECEF is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 239 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.02 |
| HSL | 348º | 0.65% | 0.95% | - |
| HSV(B) | 348º | 0.06% | 0.98% | - |
| XYZ | 85.36 | 86.73 | 93.9 | - |
| YUV | 240.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 239 | 0 | 0.06 | 0.05 | 0.02 | 348 | 0.65 | 0.95 |
| Hex | FB | EC | EF | 0 | 6 | 5 | 2 | 15C | 41 | 5F |
| Octal | 373 | 354 | 357 | 0 | 6 | 5 | 2 | 534 | 101 | 137 |
| Binary | 11111011 | 11101100 | 11101111 | 0 | 110 | 101 | 10 | 101011100 | 1000001 | 1011111 |
Color Harmonies of #FBECEF
Complementary color
Monochromatic Colors of #FBECEF
Black with #FBECEF
Text Example
Text Example
White with #FBECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECEF; }
p { color: rgb(251,236,239); }
H1.HeaderClassName
{
color: #FBECEF;
}
.AnyTagClassName
{
color: #FBECEF;
}
</style>
background-color css
<style>
a { background-color: #FBECEF; }
a { background-color: rgb(251,236,239); }
div.DivClassName
{
background-color: #FBECEF;
}
.BgClassName
{
background-color: #FBECEF;
}
</style>
border-color css
<style>
span { border-color: #FBECEF; }
span { border-color: rgb(251,236,239); }
td.TdClassName
{
border-color: #FBECEF;
}
.TagClassName
{
border-color: #FBECEF;
}
</style>