Shades of Romantic #FFBFA0
Tints of Romantic #FFBFA0
RGB
CMYK
RGB Variations
Color information
#FFBFA0 (or 0xFFBFA0) is known color: Romantic. HEX triplet: FF, BF and A0. RGB value is (255,191,160). Sum of RGB (Red+Green+Blue) = 255+191+160=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 160 (62.89% from 255 or 26.40% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFA0 is #00405F. Grayscale: #CECECE. Windows color (decimal): -16480 or 10534911. OLE color: 10534911.
HSL color Cylindrical-coordinate representation of color #FFBFA0: hue angle of 19.58º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFBFA0 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 160 | - |
| CMYK | 0 | 0.25 | 0.37 | 0 |
| HSL | 19.58º | 1% | 0.81% | - |
| HSV(B) | 19.58º | 0.37% | 1% | - |
| XYZ | 66.22 | 61.06 | 41.55 | - |
| YUV | 206.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 160 | 0 | 0.25 | 0.37 | 0 | 19.58 | 1 | 0.81 |
| Hex | FF | BF | A0 | 0 | 19 | 25 | 0 | 14 | 64 | 51 |
| Octal | 377 | 277 | 240 | 0 | 31 | 45 | 0 | 24 | 144 | 121 |
| Binary | 11111111 | 10111111 | 10100000 | 0 | 11001 | 100101 | 0 | 10100 | 1100100 | 1010001 |
Color Harmonies of #FFBFA0
Complementary color
Monochromatic Colors of #FFBFA0
Black with #FFBFA0
Text Example
Text Example
White with #FFBFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFA0; }
p { color: rgb(255,191,160); }
H1.HeaderClassName
{
color: #FFBFA0;
}
.AnyTagClassName
{
color: #FFBFA0;
}
</style>
background-color css
<style>
a { background-color: #FFBFA0; }
a { background-color: rgb(255,191,160); }
div.DivClassName
{
background-color: #FFBFA0;
}
.BgClassName
{
background-color: #FFBFA0;
}
</style>
border-color css
<style>
span { border-color: #FFBFA0; }
span { border-color: rgb(255,191,160); }
td.TdClassName
{
border-color: #FFBFA0;
}
.TagClassName
{
border-color: #FFBFA0;
}
</style>