Shades of Romantic #FFBE8D
Tints of Romantic #FFBE8D
RGB
CMYK
RGB Variations
Color information
#FFBE8D (or 0xFFBE8D) is known color: Romantic. HEX triplet: FF, BE and 8D. RGB value is (255,190,141). Sum of RGB (Red+Green+Blue) = 255+190+141=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBE8D is #004172. Grayscale: #CCCCCC. Windows color (decimal): -16755 or 9289471. OLE color: 9289471.
HSL color Cylindrical-coordinate representation of color #FFBE8D: hue angle of 25.79º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFBE8D is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 141 | - |
| CMYK | 0 | 0.25 | 0.45 | 0 |
| HSL | 25.79º | 1% | 0.78% | - |
| HSV(B) | 25.79º | 0.45% | 1% | - |
| XYZ | 64.46 | 60.01 | 33.38 | - |
| YUV | 203.85 | 92.53 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 141 | 0 | 0.25 | 0.45 | 0 | 25.79 | 1 | 0.78 |
| Hex | FF | BE | 8D | 0 | 19 | 2D | 0 | 1A | 64 | 4E |
| Octal | 377 | 276 | 215 | 0 | 31 | 55 | 0 | 32 | 144 | 116 |
| Binary | 11111111 | 10111110 | 10001101 | 0 | 11001 | 101101 | 0 | 11010 | 1100100 | 1001110 |
Color Harmonies of #FFBE8D
Complementary color
Monochromatic Colors of #FFBE8D
Black with #FFBE8D
Text Example
Text Example
White with #FFBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE8D; }
p { color: rgb(255,190,141); }
H1.HeaderClassName
{
color: #FFBE8D;
}
.AnyTagClassName
{
color: #FFBE8D;
}
</style>
background-color css
<style>
a { background-color: #FFBE8D; }
a { background-color: rgb(255,190,141); }
div.DivClassName
{
background-color: #FFBE8D;
}
.BgClassName
{
background-color: #FFBE8D;
}
</style>
border-color css
<style>
span { border-color: #FFBE8D; }
span { border-color: rgb(255,190,141); }
td.TdClassName
{
border-color: #FFBE8D;
}
.TagClassName
{
border-color: #FFBE8D;
}
</style>