Shades of Amour #FBECED
Tints of Amour #FBECED
RGB
CMYK
RGB Variations
Color information
#FBECED (or 0xFBECED) is known color: Amour. HEX triplet: FB, EC and ED. RGB value is (251,236,237). Sum of RGB (Red+Green+Blue) = 251+236+237=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 236 (92.58% from 255 or 32.60% from 724); Blue value is 237 (92.97% from 255 or 32.73% from 724); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECED is #041312. Grayscale: #F0F0F0. Windows color (decimal): -267027 or 15592699. OLE color: 15592699.
HSL color Cylindrical-coordinate representation of color #FBECED: hue angle of 356º degrees, saturation: 0.65, 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 #FBECED is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 236 | 237 | - |
CMYK | 0 | 0.06 | 0.06 | 0.02 |
HSL | 356º | 0.65% | 0.95% | - |
HSV(B) | 356º | 0.06% | 0.98% | - |
XYZ | 85.07 | 86.61 | 92.36 | - |
YUV | 240.6 | 125.97 | 135.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 236 | 237 | 0 | 0.06 | 0.06 | 0.02 | 356 | 0.65 | 0.95 |
Hex | FB | EC | ED | 0 | 6 | 6 | 2 | 164 | 41 | 5F |
Octal | 373 | 354 | 355 | 0 | 6 | 6 | 2 | 544 | 101 | 137 |
Binary | 11111011 | 11101100 | 11101101 | 0 | 110 | 110 | 10 | 101100100 | 1000001 | 1011111 |
Color Harmonies of #FBECED
Complementary color
Monochromatic Colors of #FBECED
Black with #FBECED
Text Example
Text Example
White with #FBECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECED; }
p { color: rgb(251,236,237); }
H1.HeaderClassName
{
color: #FBECED;
}
.AnyTagClassName
{
color: #FBECED;
}
</style>
background-color css
<style>
a { background-color: #FBECED; }
a { background-color: rgb(251,236,237); }
div.DivClassName
{
background-color: #FBECED;
}
.BgClassName
{
background-color: #FBECED;
}
</style>
border-color css
<style>
span { border-color: #FBECED; }
span { border-color: rgb(251,236,237); }
td.TdClassName
{
border-color: #FBECED;
}
.TagClassName
{
border-color: #FBECED;
}
</style>