Shades of Romantic #F5C195
Tints of Romantic #F5C195
RGB
CMYK
RGB Variations
Color information
#F5C195 (or 0xF5C195) is known color: Romantic. HEX triplet: F5, C1 and 95. RGB value is (245,193,149). Sum of RGB (Red+Green+Blue) = 245+193+149=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C195 is #0A3E6A. Grayscale: #CBCBCB. Windows color (decimal): -671339 or 9814517. OLE color: 9814517.
HSL color Cylindrical-coordinate representation of color #F5C195: hue angle of 27.5º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5C195 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 149 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.04 |
| HSL | 27.5º | 0.83% | 0.77% | - |
| HSV(B) | 27.5º | 0.39% | 0.96% | - |
| XYZ | 62.15 | 59.72 | 36.69 | - |
| YUV | 203.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 149 | 0 | 0.21 | 0.39 | 0.04 | 27.5 | 0.83 | 0.77 |
| Hex | F5 | C1 | 95 | 0 | 15 | 27 | 4 | 1C | 53 | 4D |
| Octal | 365 | 301 | 225 | 0 | 25 | 47 | 4 | 34 | 123 | 115 |
| Binary | 11110101 | 11000001 | 10010101 | 0 | 10101 | 100111 | 100 | 11100 | 1010011 | 1001101 |
Color Harmonies of #F5C195
Complementary color
Monochromatic Colors of #F5C195
Black with #F5C195
Text Example
Text Example
White with #F5C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C195; }
p { color: rgb(245,193,149); }
H1.HeaderClassName
{
color: #F5C195;
}
.AnyTagClassName
{
color: #F5C195;
}
</style>
background-color css
<style>
a { background-color: #F5C195; }
a { background-color: rgb(245,193,149); }
div.DivClassName
{
background-color: #F5C195;
}
.BgClassName
{
background-color: #F5C195;
}
</style>
border-color css
<style>
span { border-color: #F5C195; }
span { border-color: rgb(245,193,149); }
td.TdClassName
{
border-color: #F5C195;
}
.TagClassName
{
border-color: #F5C195;
}
</style>