Shades of Romantic #FFBFA1
Tints of Romantic #FFBFA1
RGB
CMYK
RGB Variations
Color information
#FFBFA1 (or 0xFFBFA1) is known color: Romantic. HEX triplet: FF, BF and A1. RGB value is (255,191,161). Sum of RGB (Red+Green+Blue) = 255+191+161=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFA1 is #00405E. Grayscale: #CECECE. Windows color (decimal): -16479 or 10600447. OLE color: 10600447.
HSL color Cylindrical-coordinate representation of color #FFBFA1: hue angle of 19.15º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFBFA1 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 161 | - |
| CMYK | 0 | 0.25 | 0.37 | 0 |
| HSL | 19.15º | 1% | 0.82% | - |
| HSV(B) | 19.15º | 0.37% | 1% | - |
| XYZ | 66.3 | 61.09 | 42.02 | - |
| YUV | 206.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 161 | 0 | 0.25 | 0.37 | 0 | 19.15 | 1 | 0.82 |
| Hex | FF | BF | A1 | 0 | 19 | 25 | 0 | 13 | 64 | 52 |
| Octal | 377 | 277 | 241 | 0 | 31 | 45 | 0 | 23 | 144 | 122 |
| Binary | 11111111 | 10111111 | 10100001 | 0 | 11001 | 100101 | 0 | 10011 | 1100100 | 1010010 |
Color Harmonies of #FFBFA1
Complementary color
Monochromatic Colors of #FFBFA1
Black with #FFBFA1
Text Example
Text Example
White with #FFBFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFA1; }
p { color: rgb(255,191,161); }
H1.HeaderClassName
{
color: #FFBFA1;
}
.AnyTagClassName
{
color: #FFBFA1;
}
</style>
background-color css
<style>
a { background-color: #FFBFA1; }
a { background-color: rgb(255,191,161); }
div.DivClassName
{
background-color: #FFBFA1;
}
.BgClassName
{
background-color: #FFBFA1;
}
</style>
border-color css
<style>
span { border-color: #FFBFA1; }
span { border-color: rgb(255,191,161); }
td.TdClassName
{
border-color: #FFBFA1;
}
.TagClassName
{
border-color: #FFBFA1;
}
</style>