Shades of Amour #FBEBED
Tints of Amour #FBEBED
RGB
CMYK
RGB Variations
Color information
#FBEBED (or 0xFBEBED) is known color: Amour. HEX triplet: FB, EB and ED. RGB value is (251,235,237). Sum of RGB (Red+Green+Blue) = 251+235+237=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 235 (92.19% from 255 or 32.50% from 723); Blue value is 237 (92.97% from 255 or 32.78% from 723); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEBED is #041412. Grayscale: #F0F0F0. Windows color (decimal): -267283 or 15592443. OLE color: 15592443.
HSL color Cylindrical-coordinate representation of color #FBEBED: hue angle of 352.5º degrees, saturation: 0.67, 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 #FBEBED is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 235 | 237 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.02 |
| HSL | 352.5º | 0.67% | 0.95% | - |
| HSV(B) | 352.5º | 0.06% | 0.98% | - |
| XYZ | 84.78 | 86.04 | 92.26 | - |
| YUV | 240.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 235 | 237 | 0 | 0.06 | 0.06 | 0.02 | 352.5 | 0.67 | 0.95 |
| Hex | FB | EB | ED | 0 | 6 | 6 | 2 | 160 | 43 | 5F |
| Octal | 373 | 353 | 355 | 0 | 6 | 6 | 2 | 540 | 103 | 137 |
| Binary | 11111011 | 11101011 | 11101101 | 0 | 110 | 110 | 10 | 101100000 | 1000011 | 1011111 |
Color Harmonies of #FBEBED
Complementary color
Monochromatic Colors of #FBEBED
Black with #FBEBED
Text Example
Text Example
White with #FBEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEBED; }
p { color: rgb(251,235,237); }
H1.HeaderClassName
{
color: #FBEBED;
}
.AnyTagClassName
{
color: #FBEBED;
}
</style>
background-color css
<style>
a { background-color: #FBEBED; }
a { background-color: rgb(251,235,237); }
div.DivClassName
{
background-color: #FBEBED;
}
.BgClassName
{
background-color: #FBEBED;
}
</style>
border-color css
<style>
span { border-color: #FBEBED; }
span { border-color: rgb(251,235,237); }
td.TdClassName
{
border-color: #FBEBED;
}
.TagClassName
{
border-color: #FBEBED;
}
</style>