Shades of Romantic #FCC097
Tints of Romantic #FCC097
RGB
CMYK
RGB Variations
Color information
#FCC097 (or 0xFCC097) is known color: Romantic. HEX triplet: FC, C0 and 97. RGB value is (252,192,151). Sum of RGB (Red+Green+Blue) = 252+192+151=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC097 is #033F68. Grayscale: #CDCDCD. Windows color (decimal): -212841 or 9945340. OLE color: 9945340.
HSL color Cylindrical-coordinate representation of color #FCC097: hue angle of 24.36º 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 #FCC097 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 151 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.01 |
| HSL | 24.36º | 0.94% | 0.79% | - |
| HSV(B) | 24.36º | 0.4% | 0.99% | - |
| XYZ | 64.58 | 60.63 | 37.58 | - |
| YUV | 205.27 | 97.38 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 151 | 0 | 0.24 | 0.40 | 0.01 | 24.36 | 0.94 | 0.79 |
| Hex | FC | C0 | 97 | 0 | 18 | 28 | 1 | 18 | 5E | 4F |
| Octal | 374 | 300 | 227 | 0 | 30 | 50 | 1 | 30 | 136 | 117 |
| Binary | 11111100 | 11000000 | 10010111 | 0 | 11000 | 101000 | 1 | 11000 | 1011110 | 1001111 |
Color Harmonies of #FCC097
Complementary color
Monochromatic Colors of #FCC097
Black with #FCC097
Text Example
Text Example
White with #FCC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC097; }
p { color: rgb(252,192,151); }
H1.HeaderClassName
{
color: #FCC097;
}
.AnyTagClassName
{
color: #FCC097;
}
</style>
background-color css
<style>
a { background-color: #FCC097; }
a { background-color: rgb(252,192,151); }
div.DivClassName
{
background-color: #FCC097;
}
.BgClassName
{
background-color: #FCC097;
}
</style>
border-color css
<style>
span { border-color: #FCC097; }
span { border-color: rgb(252,192,151); }
td.TdClassName
{
border-color: #FCC097;
}
.TagClassName
{
border-color: #FCC097;
}
</style>