Shades of Amour #FBEAED
Tints of Amour #FBEAED
RGB
CMYK
RGB Variations
Color information
#FBEAED (or 0xFBEAED) is known color: Amour. HEX triplet: FB, EA and ED. RGB value is (251,234,237). Sum of RGB (Red+Green+Blue) = 251+234+237=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAED is #041512. Grayscale: #EFEFEF. Windows color (decimal): -267539 or 15592187. OLE color: 15592187.
HSL color Cylindrical-coordinate representation of color #FBEAED: hue angle of 349.41º 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 #FBEAED is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 237 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.02 |
| HSL | 349.41º | 0.68% | 0.95% | - |
| HSV(B) | 349.41º | 0.07% | 0.98% | - |
| XYZ | 84.49 | 85.47 | 92.16 | - |
| YUV | 239.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 237 | 0 | 0.07 | 0.06 | 0.02 | 349.41 | 0.68 | 0.95 |
| Hex | FB | EA | ED | 0 | 7 | 6 | 2 | 15D | 44 | 5F |
| Octal | 373 | 352 | 355 | 0 | 7 | 6 | 2 | 535 | 104 | 137 |
| Binary | 11111011 | 11101010 | 11101101 | 0 | 111 | 110 | 10 | 101011101 | 1000100 | 1011111 |
Color Harmonies of #FBEAED
Complementary color
Monochromatic Colors of #FBEAED
Black with #FBEAED
Text Example
Text Example
White with #FBEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAED; }
p { color: rgb(251,234,237); }
H1.HeaderClassName
{
color: #FBEAED;
}
.AnyTagClassName
{
color: #FBEAED;
}
</style>
background-color css
<style>
a { background-color: #FBEAED; }
a { background-color: rgb(251,234,237); }
div.DivClassName
{
background-color: #FBEAED;
}
.BgClassName
{
background-color: #FBEAED;
}
</style>
border-color css
<style>
span { border-color: #FBEAED; }
span { border-color: rgb(251,234,237); }
td.TdClassName
{
border-color: #FBEAED;
}
.TagClassName
{
border-color: #FBEAED;
}
</style>