Shades of Romantic #FFBFA3
Tints of Romantic #FFBFA3
RGB
CMYK
RGB Variations
Color information
#FFBFA3 (or 0xFFBFA3) is known color: Romantic. HEX triplet: FF, BF and A3. RGB value is (255,191,163). Sum of RGB (Red+Green+Blue) = 255+191+163=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 163 (64.06% from 255 or 26.77% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFA3 is #00405C. Grayscale: #CFCFCF. Windows color (decimal): -16477 or 10731519. OLE color: 10731519.
HSL color Cylindrical-coordinate representation of color #FFBFA3: hue angle of 18.26º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFBFA3 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 163 | - |
| CMYK | 0 | 0.25 | 0.36 | 0 |
| HSL | 18.26º | 1% | 0.82% | - |
| HSV(B) | 18.26º | 0.36% | 1% | - |
| XYZ | 66.48 | 61.17 | 42.95 | - |
| YUV | 206.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 163 | 0 | 0.25 | 0.36 | 0 | 18.26 | 1 | 0.82 |
| Hex | FF | BF | A3 | 0 | 19 | 24 | 0 | 12 | 64 | 52 |
| Octal | 377 | 277 | 243 | 0 | 31 | 44 | 0 | 22 | 144 | 122 |
| Binary | 11111111 | 10111111 | 10100011 | 0 | 11001 | 100100 | 0 | 10010 | 1100100 | 1010010 |
Color Harmonies of #FFBFA3
Complementary color
Monochromatic Colors of #FFBFA3
Black with #FFBFA3
Text Example
Text Example
White with #FFBFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFA3; }
p { color: rgb(255,191,163); }
H1.HeaderClassName
{
color: #FFBFA3;
}
.AnyTagClassName
{
color: #FFBFA3;
}
</style>
background-color css
<style>
a { background-color: #FFBFA3; }
a { background-color: rgb(255,191,163); }
div.DivClassName
{
background-color: #FFBFA3;
}
.BgClassName
{
background-color: #FFBFA3;
}
</style>
border-color css
<style>
span { border-color: #FFBFA3; }
span { border-color: rgb(255,191,163); }
td.TdClassName
{
border-color: #FFBFA3;
}
.TagClassName
{
border-color: #FFBFA3;
}
</style>