Shades of Romantic #F9BFA4
Tints of Romantic #F9BFA4
RGB
CMYK
RGB Variations
Color information
#F9BFA4 (or 0xF9BFA4) is known color: Romantic. HEX triplet: F9, BF and A4. RGB value is (249,191,164). Sum of RGB (Red+Green+Blue) = 249+191+164=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BFA4 is #06405B. Grayscale: #CDCDCD. Windows color (decimal): -409692 or 10797049. OLE color: 10797049.
HSL color Cylindrical-coordinate representation of color #F9BFA4: hue angle of 19.06º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9BFA4 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 164 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.02 |
| HSL | 19.06º | 0.88% | 0.81% | - |
| HSV(B) | 19.06º | 0.34% | 0.98% | - |
| XYZ | 64.4 | 60.08 | 43.32 | - |
| YUV | 205.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 164 | 0 | 0.23 | 0.34 | 0.02 | 19.06 | 0.88 | 0.81 |
| Hex | F9 | BF | A4 | 0 | 17 | 22 | 2 | 13 | 58 | 51 |
| Octal | 371 | 277 | 244 | 0 | 27 | 42 | 2 | 23 | 130 | 121 |
| Binary | 11111001 | 10111111 | 10100100 | 0 | 10111 | 100010 | 10 | 10011 | 1011000 | 1010001 |
Color Harmonies of #F9BFA4
Complementary color
Monochromatic Colors of #F9BFA4
Black with #F9BFA4
Text Example
Text Example
White with #F9BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFA4; }
p { color: rgb(249,191,164); }
H1.HeaderClassName
{
color: #F9BFA4;
}
.AnyTagClassName
{
color: #F9BFA4;
}
</style>
background-color css
<style>
a { background-color: #F9BFA4; }
a { background-color: rgb(249,191,164); }
div.DivClassName
{
background-color: #F9BFA4;
}
.BgClassName
{
background-color: #F9BFA4;
}
</style>
border-color css
<style>
span { border-color: #F9BFA4; }
span { border-color: rgb(249,191,164); }
td.TdClassName
{
border-color: #F9BFA4;
}
.TagClassName
{
border-color: #F9BFA4;
}
</style>