Shades of Amour #FBEEF0
Tints of Amour #FBEEF0
RGB
CMYK
RGB Variations
Color information
#FBEEF0 (or 0xFBEEF0) is known color: Amour. HEX triplet: FB, EE and F0. RGB value is (251,238,240). Sum of RGB (Red+Green+Blue) = 251+238+240=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 238 (93.36% from 255 or 32.65% from 729); Blue value is 240 (94.14% from 255 or 32.92% from 729); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEF0 is #04110F. Grayscale: #F2F2F2. Windows color (decimal): -266512 or 15789819. OLE color: 15789819.
HSL color Cylindrical-coordinate representation of color #FBEEF0: hue angle of 350.77º degrees, saturation: 0.62, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FBEEF0 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 240 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.02 |
| HSL | 350.77º | 0.62% | 0.96% | - |
| HSV(B) | 350.77º | 0.05% | 0.98% | - |
| XYZ | 86.09 | 87.95 | 94.88 | - |
| YUV | 242.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 240 | 0 | 0.05 | 0.04 | 0.02 | 350.77 | 0.62 | 0.96 |
| Hex | FB | EE | F0 | 0 | 5 | 4 | 2 | 15F | 3E | 60 |
| Octal | 373 | 356 | 360 | 0 | 5 | 4 | 2 | 537 | 76 | 140 |
| Binary | 11111011 | 11101110 | 11110000 | 0 | 101 | 100 | 10 | 101011111 | 111110 | 1100000 |
Color Harmonies of #FBEEF0
Complementary color
Monochromatic Colors of #FBEEF0
Black with #FBEEF0
Text Example
Text Example
White with #FBEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEF0; }
p { color: rgb(251,238,240); }
H1.HeaderClassName
{
color: #FBEEF0;
}
.AnyTagClassName
{
color: #FBEEF0;
}
</style>
background-color css
<style>
a { background-color: #FBEEF0; }
a { background-color: rgb(251,238,240); }
div.DivClassName
{
background-color: #FBEEF0;
}
.BgClassName
{
background-color: #FBEEF0;
}
</style>
border-color css
<style>
span { border-color: #FBEEF0; }
span { border-color: rgb(251,238,240); }
td.TdClassName
{
border-color: #FBEEF0;
}
.TagClassName
{
border-color: #FBEEF0;
}
</style>