Shades of Romantic #F8C097
Tints of Romantic #F8C097
RGB
CMYK
RGB Variations
Color information
#F8C097 (or 0xF8C097) is known color: Romantic. HEX triplet: F8, C0 and 97. RGB value is (248,192,151). Sum of RGB (Red+Green+Blue) = 248+192+151=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 151 (59.38% from 255 or 25.55% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C097 is #073F68. Grayscale: #CCCCCC. Windows color (decimal): -474985 or 9945336. OLE color: 9945336.
HSL color Cylindrical-coordinate representation of color #F8C097: hue angle of 25.36º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F8C097 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 151 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.03 |
| HSL | 25.36º | 0.87% | 0.78% | - |
| HSV(B) | 25.36º | 0.39% | 0.97% | - |
| XYZ | 63.15 | 59.89 | 37.51 | - |
| YUV | 204.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 151 | 0 | 0.23 | 0.39 | 0.03 | 25.36 | 0.87 | 0.78 |
| Hex | F8 | C0 | 97 | 0 | 17 | 27 | 3 | 19 | 57 | 4E |
| Octal | 370 | 300 | 227 | 0 | 27 | 47 | 3 | 31 | 127 | 116 |
| Binary | 11111000 | 11000000 | 10010111 | 0 | 10111 | 100111 | 11 | 11001 | 1010111 | 1001110 |
Color Harmonies of #F8C097
Complementary color
Monochromatic Colors of #F8C097
Black with #F8C097
Text Example
Text Example
White with #F8C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C097; }
p { color: rgb(248,192,151); }
H1.HeaderClassName
{
color: #F8C097;
}
.AnyTagClassName
{
color: #F8C097;
}
</style>
background-color css
<style>
a { background-color: #F8C097; }
a { background-color: rgb(248,192,151); }
div.DivClassName
{
background-color: #F8C097;
}
.BgClassName
{
background-color: #F8C097;
}
</style>
border-color css
<style>
span { border-color: #F8C097; }
span { border-color: rgb(248,192,151); }
td.TdClassName
{
border-color: #F8C097;
}
.TagClassName
{
border-color: #F8C097;
}
</style>