Shades of Romantic #FFBE94
Tints of Romantic #FFBE94
RGB
CMYK
RGB Variations
Color information
#FFBE94 (or 0xFFBE94) is known color: Romantic. HEX triplet: FF, BE and 94. RGB value is (255,190,148). Sum of RGB (Red+Green+Blue) = 255+190+148=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBE94 is #00416B. Grayscale: #CCCCCC. Windows color (decimal): -16748 or 9748223. OLE color: 9748223.
HSL color Cylindrical-coordinate representation of color #FFBE94: hue angle of 23.55º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFBE94 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 148 | - |
| CMYK | 0 | 0.25 | 0.42 | 0 |
| HSL | 23.55º | 1% | 0.79% | - |
| HSV(B) | 23.55º | 0.42% | 1% | - |
| XYZ | 65 | 60.23 | 36.22 | - |
| YUV | 204.65 | 96.03 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 148 | 0 | 0.25 | 0.42 | 0 | 23.55 | 1 | 0.79 |
| Hex | FF | BE | 94 | 0 | 19 | 2A | 0 | 18 | 64 | 4F |
| Octal | 377 | 276 | 224 | 0 | 31 | 52 | 0 | 30 | 144 | 117 |
| Binary | 11111111 | 10111110 | 10010100 | 0 | 11001 | 101010 | 0 | 11000 | 1100100 | 1001111 |
Color Harmonies of #FFBE94
Complementary color
Monochromatic Colors of #FFBE94
Black with #FFBE94
Text Example
Text Example
White with #FFBE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE94; }
p { color: rgb(255,190,148); }
H1.HeaderClassName
{
color: #FFBE94;
}
.AnyTagClassName
{
color: #FFBE94;
}
</style>
background-color css
<style>
a { background-color: #FFBE94; }
a { background-color: rgb(255,190,148); }
div.DivClassName
{
background-color: #FFBE94;
}
.BgClassName
{
background-color: #FFBE94;
}
</style>
border-color css
<style>
span { border-color: #FFBE94; }
span { border-color: rgb(255,190,148); }
td.TdClassName
{
border-color: #FFBE94;
}
.TagClassName
{
border-color: #FFBE94;
}
</style>