Shades of Amour #FEEBED
Tints of Amour #FEEBED
RGB
CMYK
RGB Variations
Color information
#FEEBED (or 0xFEEBED) is known color: Amour. HEX triplet: FE, EB and ED. RGB value is (254,235,237). Sum of RGB (Red+Green+Blue) = 254+235+237=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 235 (92.19% from 255 or 32.37% from 726); Blue value is 237 (92.97% from 255 or 32.64% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBED is #011412. Grayscale: #F0F0F0. Windows color (decimal): -70675 or 15592446. OLE color: 15592446.
HSL color Cylindrical-coordinate representation of color #FEEBED: hue angle of 353.68º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEEBED is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 235 | 237 | - |
CMYK | 0 | 0.07 | 0.07 | 0.00 |
HSL | 353.68º | 0.9% | 0.96% | - |
HSV(B) | 353.68º | 0.07% | 1% | - |
XYZ | 85.87 | 86.6 | 92.31 | - |
YUV | 240.91 | 125.79 | 137.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 235 | 237 | 0 | 0.07 | 0.07 | 0.00 | 353.68 | 0.9 | 0.96 |
Hex | FE | EB | ED | 0 | 7 | 7 | 0 | 162 | 5A | 60 |
Octal | 376 | 353 | 355 | 0 | 7 | 7 | 0 | 542 | 132 | 140 |
Binary | 11111110 | 11101011 | 11101101 | 0 | 111 | 111 | 0 | 101100010 | 1011010 | 1100000 |
Color Harmonies of #FEEBED
Complementary color
Monochromatic Colors of #FEEBED
Black with #FEEBED
Text Example
Text Example
White with #FEEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBED; }
p { color: rgb(254,235,237); }
H1.HeaderClassName
{
color: #FEEBED;
}
.AnyTagClassName
{
color: #FEEBED;
}
</style>
background-color css
<style>
a { background-color: #FEEBED; }
a { background-color: rgb(254,235,237); }
div.DivClassName
{
background-color: #FEEBED;
}
.BgClassName
{
background-color: #FEEBED;
}
</style>
border-color css
<style>
span { border-color: #FEEBED; }
span { border-color: rgb(254,235,237); }
td.TdClassName
{
border-color: #FEEBED;
}
.TagClassName
{
border-color: #FEEBED;
}
</style>