Shades of Amour #FBEAEF
Tints of Amour #FBEAEF
RGB
CMYK
RGB Variations
Color information
#FBEAEF (or 0xFBEAEF) is known color: Amour. HEX triplet: FB, EA and EF. RGB value is (251,234,239). Sum of RGB (Red+Green+Blue) = 251+234+239=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 234 (91.80% from 255 or 32.32% from 724); Blue value is 239 (93.75% from 255 or 33.01% from 724); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAEF is #041510. Grayscale: #EFEFEF. Windows color (decimal): -267537 or 15723259. OLE color: 15723259.
HSL color Cylindrical-coordinate representation of color #FBEAEF: hue angle of 342.35º 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 #FBEAEF is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 239 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.02 |
| HSL | 342.35º | 0.68% | 0.95% | - |
| HSV(B) | 342.35º | 0.07% | 0.98% | - |
| XYZ | 84.79 | 85.59 | 93.71 | - |
| YUV | 239.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 239 | 0 | 0.07 | 0.05 | 0.02 | 342.35 | 0.68 | 0.95 |
| Hex | FB | EA | EF | 0 | 7 | 5 | 2 | 156 | 44 | 5F |
| Octal | 373 | 352 | 357 | 0 | 7 | 5 | 2 | 526 | 104 | 137 |
| Binary | 11111011 | 11101010 | 11101111 | 0 | 111 | 101 | 10 | 101010110 | 1000100 | 1011111 |
Color Harmonies of #FBEAEF
Complementary color
Monochromatic Colors of #FBEAEF
Black with #FBEAEF
Text Example
Text Example
White with #FBEAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAEF; }
p { color: rgb(251,234,239); }
H1.HeaderClassName
{
color: #FBEAEF;
}
.AnyTagClassName
{
color: #FBEAEF;
}
</style>
background-color css
<style>
a { background-color: #FBEAEF; }
a { background-color: rgb(251,234,239); }
div.DivClassName
{
background-color: #FBEAEF;
}
.BgClassName
{
background-color: #FBEAEF;
}
</style>
border-color css
<style>
span { border-color: #FBEAEF; }
span { border-color: rgb(251,234,239); }
td.TdClassName
{
border-color: #FBEAEF;
}
.TagClassName
{
border-color: #FBEAEF;
}
</style>