Shades of Romantic #FFC296
Tints of Romantic #FFC296
RGB
CMYK
RGB Variations
Color information
#FFC296 (or 0xFFC296) is known color: Romantic. HEX triplet: FF, C2 and 96. RGB value is (255,194,150). Sum of RGB (Red+Green+Blue) = 255+194+150=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC296 is #003D69. Grayscale: #CFCFCF. Windows color (decimal): -15722 or 9880319. OLE color: 9880319.
HSL color Cylindrical-coordinate representation of color #FFC296: hue angle of 25.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFC296 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 150 | - |
| CMYK | 0 | 0.24 | 0.41 | 0 |
| HSL | 25.14º | 1% | 0.79% | - |
| HSV(B) | 25.14º | 0.41% | 1% | - |
| XYZ | 66.04 | 62.05 | 37.35 | - |
| YUV | 207.22 | 95.71 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 150 | 0 | 0.24 | 0.41 | 0 | 25.14 | 1 | 0.79 |
| Hex | FF | C2 | 96 | 0 | 18 | 29 | 0 | 19 | 64 | 4F |
| Octal | 377 | 302 | 226 | 0 | 30 | 51 | 0 | 31 | 144 | 117 |
| Binary | 11111111 | 11000010 | 10010110 | 0 | 11000 | 101001 | 0 | 11001 | 1100100 | 1001111 |
Color Harmonies of #FFC296
Complementary color
Monochromatic Colors of #FFC296
Black with #FFC296
Text Example
Text Example
White with #FFC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC296; }
p { color: rgb(255,194,150); }
H1.HeaderClassName
{
color: #FFC296;
}
.AnyTagClassName
{
color: #FFC296;
}
</style>
background-color css
<style>
a { background-color: #FFC296; }
a { background-color: rgb(255,194,150); }
div.DivClassName
{
background-color: #FFC296;
}
.BgClassName
{
background-color: #FFC296;
}
</style>
border-color css
<style>
span { border-color: #FFC296; }
span { border-color: rgb(255,194,150); }
td.TdClassName
{
border-color: #FFC296;
}
.TagClassName
{
border-color: #FFC296;
}
</style>