Shades of Romantic #FFBE8F
Tints of Romantic #FFBE8F
RGB
CMYK
RGB Variations
Color information
#FFBE8F (or 0xFFBE8F) is known color: Romantic. HEX triplet: FF, BE and 8F. RGB value is (255,190,143). Sum of RGB (Red+Green+Blue) = 255+190+143=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBE8F is #004170. Grayscale: #CCCCCC. Windows color (decimal): -16753 or 9420543. OLE color: 9420543.
HSL color Cylindrical-coordinate representation of color #FFBE8F: hue angle of 25.18º 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 #FFBE8F is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 143 | - |
| CMYK | 0 | 0.25 | 0.44 | 0 |
| HSL | 25.18º | 1% | 0.78% | - |
| HSV(B) | 25.18º | 0.44% | 1% | - |
| XYZ | 64.61 | 60.07 | 34.18 | - |
| YUV | 204.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 143 | 0 | 0.25 | 0.44 | 0 | 25.18 | 1 | 0.78 |
| Hex | FF | BE | 8F | 0 | 19 | 2C | 0 | 19 | 64 | 4E |
| Octal | 377 | 276 | 217 | 0 | 31 | 54 | 0 | 31 | 144 | 116 |
| Binary | 11111111 | 10111110 | 10001111 | 0 | 11001 | 101100 | 0 | 11001 | 1100100 | 1001110 |
Color Harmonies of #FFBE8F
Complementary color
Monochromatic Colors of #FFBE8F
Black with #FFBE8F
Text Example
Text Example
White with #FFBE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE8F; }
p { color: rgb(255,190,143); }
H1.HeaderClassName
{
color: #FFBE8F;
}
.AnyTagClassName
{
color: #FFBE8F;
}
</style>
background-color css
<style>
a { background-color: #FFBE8F; }
a { background-color: rgb(255,190,143); }
div.DivClassName
{
background-color: #FFBE8F;
}
.BgClassName
{
background-color: #FFBE8F;
}
</style>
border-color css
<style>
span { border-color: #FFBE8F; }
span { border-color: rgb(255,190,143); }
td.TdClassName
{
border-color: #FFBE8F;
}
.TagClassName
{
border-color: #FFBE8F;
}
</style>