Shades of Romantic #FCC197
Tints of Romantic #FCC197
RGB
CMYK
RGB Variations
Color information
#FCC197 (or 0xFCC197) is known color: Romantic. HEX triplet: FC, C1 and 97. RGB value is (252,193,151). Sum of RGB (Red+Green+Blue) = 252+193+151=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC197 is #033E68. Grayscale: #CECECE. Windows color (decimal): -212585 or 9945596. OLE color: 9945596.
HSL color Cylindrical-coordinate representation of color #FCC197: hue angle of 24.95º 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 #FCC197 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 151 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.01 |
| HSL | 24.95º | 0.94% | 0.79% | - |
| HSV(B) | 24.95º | 0.4% | 0.99% | - |
| XYZ | 64.8 | 61.07 | 37.65 | - |
| YUV | 205.85 | 97.05 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 151 | 0 | 0.23 | 0.40 | 0.01 | 24.95 | 0.94 | 0.79 |
| Hex | FC | C1 | 97 | 0 | 17 | 28 | 1 | 19 | 5E | 4F |
| Octal | 374 | 301 | 227 | 0 | 27 | 50 | 1 | 31 | 136 | 117 |
| Binary | 11111100 | 11000001 | 10010111 | 0 | 10111 | 101000 | 1 | 11001 | 1011110 | 1001111 |
Color Harmonies of #FCC197
Complementary color
Monochromatic Colors of #FCC197
Black with #FCC197
Text Example
Text Example
White with #FCC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC197; }
p { color: rgb(252,193,151); }
H1.HeaderClassName
{
color: #FCC197;
}
.AnyTagClassName
{
color: #FCC197;
}
</style>
background-color css
<style>
a { background-color: #FCC197; }
a { background-color: rgb(252,193,151); }
div.DivClassName
{
background-color: #FCC197;
}
.BgClassName
{
background-color: #FCC197;
}
</style>
border-color css
<style>
span { border-color: #FCC197; }
span { border-color: rgb(252,193,151); }
td.TdClassName
{
border-color: #FCC197;
}
.TagClassName
{
border-color: #FCC197;
}
</style>