Shades of Romantic #FFBF9E
Tints of Romantic #FFBF9E
RGB
CMYK
RGB Variations
Color information
#FFBF9E (or 0xFFBF9E) is known color: Romantic. HEX triplet: FF, BF and 9E. RGB value is (255,191,158). Sum of RGB (Red+Green+Blue) = 255+191+158=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF9E is #004061. Grayscale: #CECECE. Windows color (decimal): -16482 or 10403839. OLE color: 10403839.
HSL color Cylindrical-coordinate representation of color #FFBF9E: hue angle of 20.41º 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 #FFBF9E is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 158 | - |
| CMYK | 0 | 0.25 | 0.38 | 0 |
| HSL | 20.41º | 1% | 0.81% | - |
| HSV(B) | 20.41º | 0.38% | 1% | - |
| XYZ | 66.04 | 60.99 | 40.64 | - |
| YUV | 206.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 158 | 0 | 0.25 | 0.38 | 0 | 20.41 | 1 | 0.81 |
| Hex | FF | BF | 9E | 0 | 19 | 26 | 0 | 14 | 64 | 51 |
| Octal | 377 | 277 | 236 | 0 | 31 | 46 | 0 | 24 | 144 | 121 |
| Binary | 11111111 | 10111111 | 10011110 | 0 | 11001 | 100110 | 0 | 10100 | 1100100 | 1010001 |
Color Harmonies of #FFBF9E
Complementary color
Monochromatic Colors of #FFBF9E
Black with #FFBF9E
Text Example
Text Example
White with #FFBF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF9E; }
p { color: rgb(255,191,158); }
H1.HeaderClassName
{
color: #FFBF9E;
}
.AnyTagClassName
{
color: #FFBF9E;
}
</style>
background-color css
<style>
a { background-color: #FFBF9E; }
a { background-color: rgb(255,191,158); }
div.DivClassName
{
background-color: #FFBF9E;
}
.BgClassName
{
background-color: #FFBF9E;
}
</style>
border-color css
<style>
span { border-color: #FFBF9E; }
span { border-color: rgb(255,191,158); }
td.TdClassName
{
border-color: #FFBF9E;
}
.TagClassName
{
border-color: #FFBF9E;
}
</style>