Shades of Romantic #FFBE8E
Tints of Romantic #FFBE8E
RGB
CMYK
RGB Variations
Color information
#FFBE8E (or 0xFFBE8E) is known color: Romantic. HEX triplet: FF, BE and 8E. RGB value is (255,190,142). Sum of RGB (Red+Green+Blue) = 255+190+142=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBE8E is #004171. Grayscale: #CCCCCC. Windows color (decimal): -16754 or 9355007. OLE color: 9355007.
HSL color Cylindrical-coordinate representation of color #FFBE8E: hue angle of 25.49º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFBE8E is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 142 | - |
| CMYK | 0 | 0.25 | 0.44 | 0 |
| HSL | 25.49º | 1% | 0.78% | - |
| HSV(B) | 25.49º | 0.44% | 1% | - |
| XYZ | 64.54 | 60.04 | 33.78 | - |
| YUV | 203.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 142 | 0 | 0.25 | 0.44 | 0 | 25.49 | 1 | 0.78 |
| Hex | FF | BE | 8E | 0 | 19 | 2C | 0 | 19 | 64 | 4E |
| Octal | 377 | 276 | 216 | 0 | 31 | 54 | 0 | 31 | 144 | 116 |
| Binary | 11111111 | 10111110 | 10001110 | 0 | 11001 | 101100 | 0 | 11001 | 1100100 | 1001110 |
Color Harmonies of #FFBE8E
Complementary color
Monochromatic Colors of #FFBE8E
Black with #FFBE8E
Text Example
Text Example
White with #FFBE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE8E; }
p { color: rgb(255,190,142); }
H1.HeaderClassName
{
color: #FFBE8E;
}
.AnyTagClassName
{
color: #FFBE8E;
}
</style>
background-color css
<style>
a { background-color: #FFBE8E; }
a { background-color: rgb(255,190,142); }
div.DivClassName
{
background-color: #FFBE8E;
}
.BgClassName
{
background-color: #FFBE8E;
}
</style>
border-color css
<style>
span { border-color: #FFBE8E; }
span { border-color: rgb(255,190,142); }
td.TdClassName
{
border-color: #FFBE8E;
}
.TagClassName
{
border-color: #FFBE8E;
}
</style>