Shades of Romantic #FCC699
Tints of Romantic #FCC699
RGB
CMYK
RGB Variations
Color information
#FCC699 (or 0xFCC699) is known color: Romantic. HEX triplet: FC, C6 and 99. RGB value is (252,198,153). Sum of RGB (Red+Green+Blue) = 252+198+153=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC699 is #033966. Grayscale: #D1D1D1. Windows color (decimal): -211303 or 10077948. OLE color: 10077948.
HSL color Cylindrical-coordinate representation of color #FCC699: hue angle of 27.27º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCC699 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 153 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.01 |
| HSL | 27.27º | 0.94% | 0.79% | - |
| HSV(B) | 27.27º | 0.39% | 0.99% | - |
| XYZ | 66.09 | 63.38 | 38.89 | - |
| YUV | 209.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 153 | 0 | 0.21 | 0.39 | 0.01 | 27.27 | 0.94 | 0.79 |
| Hex | FC | C6 | 99 | 0 | 15 | 27 | 1 | 1B | 5E | 4F |
| Octal | 374 | 306 | 231 | 0 | 25 | 47 | 1 | 33 | 136 | 117 |
| Binary | 11111100 | 11000110 | 10011001 | 0 | 10101 | 100111 | 1 | 11011 | 1011110 | 1001111 |
Color Harmonies of #FCC699
Complementary color
Monochromatic Colors of #FCC699
Black with #FCC699
Text Example
Text Example
White with #FCC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC699; }
p { color: rgb(252,198,153); }
H1.HeaderClassName
{
color: #FCC699;
}
.AnyTagClassName
{
color: #FCC699;
}
</style>
background-color css
<style>
a { background-color: #FCC699; }
a { background-color: rgb(252,198,153); }
div.DivClassName
{
background-color: #FCC699;
}
.BgClassName
{
background-color: #FCC699;
}
</style>
border-color css
<style>
span { border-color: #FCC699; }
span { border-color: rgb(252,198,153); }
td.TdClassName
{
border-color: #FCC699;
}
.TagClassName
{
border-color: #FCC699;
}
</style>