Shades of Amour #FBEDF0
Tints of Amour #FBEDF0
RGB
CMYK
RGB Variations
Color information
#FBEDF0 (or 0xFBEDF0) is known color: Amour. HEX triplet: FB, ED and F0. RGB value is (251,237,240). Sum of RGB (Red+Green+Blue) = 251+237+240=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 237 (92.97% from 255 or 32.55% from 728); Blue value is 240 (94.14% from 255 or 32.97% from 728); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDF0 is #04120F. Grayscale: #F1F1F1. Windows color (decimal): -266768 or 15789563. OLE color: 15789563.
HSL color Cylindrical-coordinate representation of color #FBEDF0: hue angle of 347.14º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBEDF0 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 237 | 240 | - |
CMYK | 0 | 0.06 | 0.04 | 0.02 |
HSL | 347.14º | 0.64% | 0.96% | - |
HSV(B) | 347.14º | 0.06% | 0.98% | - |
XYZ | 85.8 | 87.37 | 94.78 | - |
YUV | 241.53 | 127.14 | 134.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 237 | 240 | 0 | 0.06 | 0.04 | 0.02 | 347.14 | 0.64 | 0.96 |
Hex | FB | ED | F0 | 0 | 6 | 4 | 2 | 15B | 40 | 60 |
Octal | 373 | 355 | 360 | 0 | 6 | 4 | 2 | 533 | 100 | 140 |
Binary | 11111011 | 11101101 | 11110000 | 0 | 110 | 100 | 10 | 101011011 | 1000000 | 1100000 |
Color Harmonies of #FBEDF0
Complementary color
Monochromatic Colors of #FBEDF0
Black with #FBEDF0
Text Example
Text Example
White with #FBEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDF0; }
p { color: rgb(251,237,240); }
H1.HeaderClassName
{
color: #FBEDF0;
}
.AnyTagClassName
{
color: #FBEDF0;
}
</style>
background-color css
<style>
a { background-color: #FBEDF0; }
a { background-color: rgb(251,237,240); }
div.DivClassName
{
background-color: #FBEDF0;
}
.BgClassName
{
background-color: #FBEDF0;
}
</style>
border-color css
<style>
span { border-color: #FBEDF0; }
span { border-color: rgb(251,237,240); }
td.TdClassName
{
border-color: #FBEDF0;
}
.TagClassName
{
border-color: #FBEDF0;
}
</style>