Shades of Amour #FBEAEC
Tints of Amour #FBEAEC
RGB
CMYK
RGB Variations
Color information
#FBEAEC (or 0xFBEAEC) is known color: Amour. HEX triplet: FB, EA and EC. RGB value is (251,234,236). Sum of RGB (Red+Green+Blue) = 251+234+236=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 234 (91.80% from 255 or 32.45% from 721); Blue value is 236 (92.58% from 255 or 32.73% from 721); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAEC is #041513. Grayscale: #EFEFEF. Windows color (decimal): -267540 or 15526651. OLE color: 15526651.
HSL color Cylindrical-coordinate representation of color #FBEAEC: hue angle of 352.94º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBEAEC is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 236 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.02 |
| HSL | 352.94º | 0.68% | 0.95% | - |
| HSV(B) | 352.94º | 0.07% | 0.98% | - |
| XYZ | 84.35 | 85.41 | 91.4 | - |
| YUV | 239.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 236 | 0 | 0.07 | 0.06 | 0.02 | 352.94 | 0.68 | 0.95 |
| Hex | FB | EA | EC | 0 | 7 | 6 | 2 | 161 | 44 | 5F |
| Octal | 373 | 352 | 354 | 0 | 7 | 6 | 2 | 541 | 104 | 137 |
| Binary | 11111011 | 11101010 | 11101100 | 0 | 111 | 110 | 10 | 101100001 | 1000100 | 1011111 |
Color Harmonies of #FBEAEC
Complementary color
Monochromatic Colors of #FBEAEC
Black with #FBEAEC
Text Example
Text Example
White with #FBEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAEC; }
p { color: rgb(251,234,236); }
H1.HeaderClassName
{
color: #FBEAEC;
}
.AnyTagClassName
{
color: #FBEAEC;
}
</style>
background-color css
<style>
a { background-color: #FBEAEC; }
a { background-color: rgb(251,234,236); }
div.DivClassName
{
background-color: #FBEAEC;
}
.BgClassName
{
background-color: #FBEAEC;
}
</style>
border-color css
<style>
span { border-color: #FBEAEC; }
span { border-color: rgb(251,234,236); }
td.TdClassName
{
border-color: #FBEAEC;
}
.TagClassName
{
border-color: #FBEAEC;
}
</style>