Shades of Romantic #FCC296
Tints of Romantic #FCC296
RGB
CMYK
RGB Variations
Color information
#FCC296 (or 0xFCC296) is known color: Romantic. HEX triplet: FC, C2 and 96. RGB value is (252,194,150). Sum of RGB (Red+Green+Blue) = 252+194+150=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC296 is #033D69. Grayscale: #CECECE. Windows color (decimal): -212330 or 9880316. OLE color: 9880316.
HSL color Cylindrical-coordinate representation of color #FCC296: hue angle of 25.88º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCC296 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 150 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.01 |
| HSL | 25.88º | 0.94% | 0.79% | - |
| HSV(B) | 25.88º | 0.4% | 0.99% | - |
| XYZ | 64.94 | 61.48 | 37.3 | - |
| YUV | 206.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 150 | 0 | 0.23 | 0.40 | 0.01 | 25.88 | 0.94 | 0.79 |
| Hex | FC | C2 | 96 | 0 | 17 | 28 | 1 | 1A | 5E | 4F |
| Octal | 374 | 302 | 226 | 0 | 27 | 50 | 1 | 32 | 136 | 117 |
| Binary | 11111100 | 11000010 | 10010110 | 0 | 10111 | 101000 | 1 | 11010 | 1011110 | 1001111 |
Color Harmonies of #FCC296
Complementary color
Monochromatic Colors of #FCC296
Black with #FCC296
Text Example
Text Example
White with #FCC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC296; }
p { color: rgb(252,194,150); }
H1.HeaderClassName
{
color: #FCC296;
}
.AnyTagClassName
{
color: #FCC296;
}
</style>
background-color css
<style>
a { background-color: #FCC296; }
a { background-color: rgb(252,194,150); }
div.DivClassName
{
background-color: #FCC296;
}
.BgClassName
{
background-color: #FCC296;
}
</style>
border-color css
<style>
span { border-color: #FCC296; }
span { border-color: rgb(252,194,150); }
td.TdClassName
{
border-color: #FCC296;
}
.TagClassName
{
border-color: #FCC296;
}
</style>