Shades of Amour #FBEDEF
Tints of Amour #FBEDEF
RGB
CMYK
RGB Variations
Color information
#FBEDEF (or 0xFBEDEF) is known color: Amour. HEX triplet: FB, ED and EF. RGB value is (251,237,239). Sum of RGB (Red+Green+Blue) = 251+237+239=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 239 (93.75% from 255 or 32.87% from 727); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDEF is #041210. Grayscale: #F1F1F1. Windows color (decimal): -266769 or 15724027. OLE color: 15724027.
HSL color Cylindrical-coordinate representation of color #FBEDEF: hue angle of 351.43º 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 #FBEDEF is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 237 | 239 | - |
CMYK | 0 | 0.06 | 0.05 | 0.02 |
HSL | 351.43º | 0.64% | 0.96% | - |
HSV(B) | 351.43º | 0.06% | 0.98% | - |
XYZ | 85.65 | 87.31 | 94 | - |
YUV | 241.41 | 126.64 | 134.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 237 | 239 | 0 | 0.06 | 0.05 | 0.02 | 351.43 | 0.64 | 0.96 |
Hex | FB | ED | EF | 0 | 6 | 5 | 2 | 15F | 40 | 60 |
Octal | 373 | 355 | 357 | 0 | 6 | 5 | 2 | 537 | 100 | 140 |
Binary | 11111011 | 11101101 | 11101111 | 0 | 110 | 101 | 10 | 101011111 | 1000000 | 1100000 |
Color Harmonies of #FBEDEF
Complementary color
Monochromatic Colors of #FBEDEF
Black with #FBEDEF
Text Example
Text Example
White with #FBEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDEF; }
p { color: rgb(251,237,239); }
H1.HeaderClassName
{
color: #FBEDEF;
}
.AnyTagClassName
{
color: #FBEDEF;
}
</style>
background-color css
<style>
a { background-color: #FBEDEF; }
a { background-color: rgb(251,237,239); }
div.DivClassName
{
background-color: #FBEDEF;
}
.BgClassName
{
background-color: #FBEDEF;
}
</style>
border-color css
<style>
span { border-color: #FBEDEF; }
span { border-color: rgb(251,237,239); }
td.TdClassName
{
border-color: #FBEDEF;
}
.TagClassName
{
border-color: #FBEDEF;
}
</style>