Shades of Amour #FBE3ED
Tints of Amour #FBE3ED
RGB
CMYK
RGB Variations
Color information
#FBE3ED (or 0xFBE3ED) is known color: Amour. HEX triplet: FB, E3 and ED. RGB value is (251,227,237). Sum of RGB (Red+Green+Blue) = 251+227+237=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 227 (89.06% from 255 or 31.75% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE3ED is #041C12. Grayscale: #EBEBEB. Windows color (decimal): -269331 or 15590395. OLE color: 15590395.
HSL color Cylindrical-coordinate representation of color #FBE3ED: hue angle of 335º degrees, saturation: 0.75, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE3ED is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 227 | 237 | - |
CMYK | 0 | 0.10 | 0.06 | 0.02 |
HSL | 335º | 0.75% | 0.94% | - |
HSV(B) | 335º | 0.1% | 0.98% | - |
XYZ | 82.54 | 81.56 | 91.51 | - |
YUV | 235.32 | 128.95 | 139.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 227 | 237 | 0 | 0.10 | 0.06 | 0.02 | 335 | 0.75 | 0.94 |
Hex | FB | E3 | ED | 0 | A | 6 | 2 | 14F | 4B | 5E |
Octal | 373 | 343 | 355 | 0 | 12 | 6 | 2 | 517 | 113 | 136 |
Binary | 11111011 | 11100011 | 11101101 | 0 | 1010 | 110 | 10 | 101001111 | 1001011 | 1011110 |
Color Harmonies of #FBE3ED
Complementary color
Monochromatic Colors of #FBE3ED
Black with #FBE3ED
Text Example
Text Example
White with #FBE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE3ED; }
p { color: rgb(251,227,237); }
H1.HeaderClassName
{
color: #FBE3ED;
}
.AnyTagClassName
{
color: #FBE3ED;
}
</style>
background-color css
<style>
a { background-color: #FBE3ED; }
a { background-color: rgb(251,227,237); }
div.DivClassName
{
background-color: #FBE3ED;
}
.BgClassName
{
background-color: #FBE3ED;
}
</style>
border-color css
<style>
span { border-color: #FBE3ED; }
span { border-color: rgb(251,227,237); }
td.TdClassName
{
border-color: #FBE3ED;
}
.TagClassName
{
border-color: #FBE3ED;
}
</style>