Shades of Romantic #F6C197
Tints of Romantic #F6C197
RGB
CMYK
RGB Variations
Color information
#F6C197 (or 0xF6C197) is known color: Romantic. HEX triplet: F6, C1 and 97. RGB value is (246,193,151). Sum of RGB (Red+Green+Blue) = 246+193+151=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 151 (59.38% from 255 or 25.59% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C197 is #093E68. Grayscale: #CCCCCC. Windows color (decimal): -605801 or 9945590. OLE color: 9945590.
HSL color Cylindrical-coordinate representation of color #F6C197: hue angle of 26.53º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6C197 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 193 | 151 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.04 |
| HSL | 26.53º | 0.84% | 0.78% | - |
| HSV(B) | 26.53º | 0.39% | 0.96% | - |
| XYZ | 62.66 | 59.97 | 37.55 | - |
| YUV | 204.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 193 | 151 | 0 | 0.22 | 0.39 | 0.04 | 26.53 | 0.84 | 0.78 |
| Hex | F6 | C1 | 97 | 0 | 16 | 27 | 4 | 1B | 54 | 4E |
| Octal | 366 | 301 | 227 | 0 | 26 | 47 | 4 | 33 | 124 | 116 |
| Binary | 11110110 | 11000001 | 10010111 | 0 | 10110 | 100111 | 100 | 11011 | 1010100 | 1001110 |
Color Harmonies of #F6C197
Complementary color
Monochromatic Colors of #F6C197
Black with #F6C197
Text Example
Text Example
White with #F6C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C197; }
p { color: rgb(246,193,151); }
H1.HeaderClassName
{
color: #F6C197;
}
.AnyTagClassName
{
color: #F6C197;
}
</style>
background-color css
<style>
a { background-color: #F6C197; }
a { background-color: rgb(246,193,151); }
div.DivClassName
{
background-color: #F6C197;
}
.BgClassName
{
background-color: #F6C197;
}
</style>
border-color css
<style>
span { border-color: #F6C197; }
span { border-color: rgb(246,193,151); }
td.TdClassName
{
border-color: #F6C197;
}
.TagClassName
{
border-color: #F6C197;
}
</style>