Shades of Amour #FBEBEF
Tints of Amour #FBEBEF
RGB
CMYK
RGB Variations
Color information
#FBEBEF (or 0xFBEBEF) is known color: Amour. HEX triplet: FB, EB and EF. RGB value is (251,235,239). Sum of RGB (Red+Green+Blue) = 251+235+239=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 235 (92.19% from 255 or 32.41% from 725); Blue value is 239 (93.75% from 255 or 32.97% from 725); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEBEF is #041410. Grayscale: #F0F0F0. Windows color (decimal): -267281 or 15723515. OLE color: 15723515.
HSL color Cylindrical-coordinate representation of color #FBEBEF: hue angle of 345º 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 #FBEBEF is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 235 | 239 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.02 |
| HSL | 345º | 0.67% | 0.95% | - |
| HSV(B) | 345º | 0.06% | 0.98% | - |
| XYZ | 85.07 | 86.16 | 93.81 | - |
| YUV | 240.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 235 | 239 | 0 | 0.06 | 0.05 | 0.02 | 345 | 0.67 | 0.95 |
| Hex | FB | EB | EF | 0 | 6 | 5 | 2 | 159 | 43 | 5F |
| Octal | 373 | 353 | 357 | 0 | 6 | 5 | 2 | 531 | 103 | 137 |
| Binary | 11111011 | 11101011 | 11101111 | 0 | 110 | 101 | 10 | 101011001 | 1000011 | 1011111 |
Color Harmonies of #FBEBEF
Complementary color
Monochromatic Colors of #FBEBEF
Black with #FBEBEF
Text Example
Text Example
White with #FBEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEBEF; }
p { color: rgb(251,235,239); }
H1.HeaderClassName
{
color: #FBEBEF;
}
.AnyTagClassName
{
color: #FBEBEF;
}
</style>
background-color css
<style>
a { background-color: #FBEBEF; }
a { background-color: rgb(251,235,239); }
div.DivClassName
{
background-color: #FBEBEF;
}
.BgClassName
{
background-color: #FBEBEF;
}
</style>
border-color css
<style>
span { border-color: #FBEBEF; }
span { border-color: rgb(251,235,239); }
td.TdClassName
{
border-color: #FBEBEF;
}
.TagClassName
{
border-color: #FBEBEF;
}
</style>