Shades of Romantic #F7C195
Tints of Romantic #F7C195
RGB
CMYK
RGB Variations
Color information
#F7C195 (or 0xF7C195) is known color: Romantic. HEX triplet: F7, C1 and 95. RGB value is (247,193,149). Sum of RGB (Red+Green+Blue) = 247+193+149=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C195 is #083E6A. Grayscale: #CCCCCC. Windows color (decimal): -540267 or 9814519. OLE color: 9814519.
HSL color Cylindrical-coordinate representation of color #F7C195: hue angle of 26.94º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7C195 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 193 | 149 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.03 |
| HSL | 26.94º | 0.86% | 0.78% | - |
| HSV(B) | 26.94º | 0.4% | 0.97% | - |
| XYZ | 62.85 | 60.08 | 36.72 | - |
| YUV | 204.13 | 96.89 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 149 | 0 | 0.22 | 0.40 | 0.03 | 26.94 | 0.86 | 0.78 |
| Hex | F7 | C1 | 95 | 0 | 16 | 28 | 3 | 1B | 56 | 4E |
| Octal | 367 | 301 | 225 | 0 | 26 | 50 | 3 | 33 | 126 | 116 |
| Binary | 11110111 | 11000001 | 10010101 | 0 | 10110 | 101000 | 11 | 11011 | 1010110 | 1001110 |
Color Harmonies of #F7C195
Complementary color
Monochromatic Colors of #F7C195
Black with #F7C195
Text Example
Text Example
White with #F7C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C195; }
p { color: rgb(247,193,149); }
H1.HeaderClassName
{
color: #F7C195;
}
.AnyTagClassName
{
color: #F7C195;
}
</style>
background-color css
<style>
a { background-color: #F7C195; }
a { background-color: rgb(247,193,149); }
div.DivClassName
{
background-color: #F7C195;
}
.BgClassName
{
background-color: #F7C195;
}
</style>
border-color css
<style>
span { border-color: #F7C195; }
span { border-color: rgb(247,193,149); }
td.TdClassName
{
border-color: #F7C195;
}
.TagClassName
{
border-color: #F7C195;
}
</style>