Shades of Romantic #FFBE9E
Tints of Romantic #FFBE9E
RGB
CMYK
RGB Variations
Color information
#FFBE9E (or 0xFFBE9E) is known color: Romantic. HEX triplet: FF, BE and 9E. RGB value is (255,190,158). Sum of RGB (Red+Green+Blue) = 255+190+158=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 158 (62.11% from 255 or 26.20% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBE9E is #004161. Grayscale: #CDCDCD. Windows color (decimal): -16738 or 10403583. OLE color: 10403583.
HSL color Cylindrical-coordinate representation of color #FFBE9E: hue angle of 19.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFBE9E is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 158 | - |
| CMYK | 0 | 0.25 | 0.38 | 0 |
| HSL | 19.79º | 1% | 0.81% | - |
| HSV(B) | 19.79º | 0.38% | 1% | - |
| XYZ | 65.83 | 60.56 | 40.57 | - |
| YUV | 205.79 | 101.03 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 158 | 0 | 0.25 | 0.38 | 0 | 19.79 | 1 | 0.81 |
| Hex | FF | BE | 9E | 0 | 19 | 26 | 0 | 14 | 64 | 51 |
| Octal | 377 | 276 | 236 | 0 | 31 | 46 | 0 | 24 | 144 | 121 |
| Binary | 11111111 | 10111110 | 10011110 | 0 | 11001 | 100110 | 0 | 10100 | 1100100 | 1010001 |
Color Harmonies of #FFBE9E
Complementary color
Monochromatic Colors of #FFBE9E
Black with #FFBE9E
Text Example
Text Example
White with #FFBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE9E; }
p { color: rgb(255,190,158); }
H1.HeaderClassName
{
color: #FFBE9E;
}
.AnyTagClassName
{
color: #FFBE9E;
}
</style>
background-color css
<style>
a { background-color: #FFBE9E; }
a { background-color: rgb(255,190,158); }
div.DivClassName
{
background-color: #FFBE9E;
}
.BgClassName
{
background-color: #FFBE9E;
}
</style>
border-color css
<style>
span { border-color: #FFBE9E; }
span { border-color: rgb(255,190,158); }
td.TdClassName
{
border-color: #FFBE9E;
}
.TagClassName
{
border-color: #FFBE9E;
}
</style>