Shades of Amour #FBEDEE
Tints of Amour #FBEDEE
RGB
CMYK
RGB Variations
Color information
#FBEDEE (or 0xFBEDEE) is known color: Amour. HEX triplet: FB, ED and EE. RGB value is (251,237,238). Sum of RGB (Red+Green+Blue) = 251+237+238=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 237 (92.97% from 255 or 32.64% from 726); Blue value is 238 (93.36% from 255 or 32.78% from 726); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDEE is #041211. Grayscale: #F1F1F1. Windows color (decimal): -266770 or 15658491. OLE color: 15658491.
HSL color Cylindrical-coordinate representation of color #FBEDEE: hue angle of 355.71º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBEDEE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 238 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.02 |
| HSL | 355.71º | 0.64% | 0.96% | - |
| HSV(B) | 355.71º | 0.06% | 0.98% | - |
| XYZ | 85.5 | 87.25 | 93.22 | - |
| YUV | 241.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 238 | 0 | 0.06 | 0.05 | 0.02 | 355.71 | 0.64 | 0.96 |
| Hex | FB | ED | EE | 0 | 6 | 5 | 2 | 164 | 40 | 60 |
| Octal | 373 | 355 | 356 | 0 | 6 | 5 | 2 | 544 | 100 | 140 |
| Binary | 11111011 | 11101101 | 11101110 | 0 | 110 | 101 | 10 | 101100100 | 1000000 | 1100000 |
Color Harmonies of #FBEDEE
Complementary color
Monochromatic Colors of #FBEDEE
Black with #FBEDEE
Text Example
Text Example
White with #FBEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDEE; }
p { color: rgb(251,237,238); }
H1.HeaderClassName
{
color: #FBEDEE;
}
.AnyTagClassName
{
color: #FBEDEE;
}
</style>
background-color css
<style>
a { background-color: #FBEDEE; }
a { background-color: rgb(251,237,238); }
div.DivClassName
{
background-color: #FBEDEE;
}
.BgClassName
{
background-color: #FBEDEE;
}
</style>
border-color css
<style>
span { border-color: #FBEDEE; }
span { border-color: rgb(251,237,238); }
td.TdClassName
{
border-color: #FBEDEE;
}
.TagClassName
{
border-color: #FBEDEE;
}
</style>