Shades of Romantic #F5C19B
Tints of Romantic #F5C19B
RGB
CMYK
RGB Variations
Color information
#F5C19B (or 0xF5C19B) is known color: Romantic. HEX triplet: F5, C1 and 9B. RGB value is (245,193,155). Sum of RGB (Red+Green+Blue) = 245+193+155=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C19B is #0A3E64. Grayscale: #CCCCCC. Windows color (decimal): -671333 or 10207733. OLE color: 10207733.
HSL color Cylindrical-coordinate representation of color #F5C19B: hue angle of 25.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5C19B is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 155 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.04 |
| HSL | 25.33º | 0.82% | 0.78% | - |
| HSV(B) | 25.33º | 0.37% | 0.96% | - |
| XYZ | 62.64 | 59.92 | 39.27 | - |
| YUV | 204.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 155 | 0 | 0.21 | 0.37 | 0.04 | 25.33 | 0.82 | 0.78 |
| Hex | F5 | C1 | 9B | 0 | 15 | 25 | 4 | 19 | 52 | 4E |
| Octal | 365 | 301 | 233 | 0 | 25 | 45 | 4 | 31 | 122 | 116 |
| Binary | 11110101 | 11000001 | 10011011 | 0 | 10101 | 100101 | 100 | 11001 | 1010010 | 1001110 |
Color Harmonies of #F5C19B
Complementary color
Monochromatic Colors of #F5C19B
Black with #F5C19B
Text Example
Text Example
White with #F5C19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C19B; }
p { color: rgb(245,193,155); }
H1.HeaderClassName
{
color: #F5C19B;
}
.AnyTagClassName
{
color: #F5C19B;
}
</style>
background-color css
<style>
a { background-color: #F5C19B; }
a { background-color: rgb(245,193,155); }
div.DivClassName
{
background-color: #F5C19B;
}
.BgClassName
{
background-color: #F5C19B;
}
</style>
border-color css
<style>
span { border-color: #F5C19B; }
span { border-color: rgb(245,193,155); }
td.TdClassName
{
border-color: #F5C19B;
}
.TagClassName
{
border-color: #F5C19B;
}
</style>