Shades of Romantic #FCC49C
Tints of Romantic #FCC49C
RGB
CMYK
RGB Variations
Color information
#FCC49C (or 0xFCC49C) is known color: Romantic. HEX triplet: FC, C4 and 9C. RGB value is (252,196,156). Sum of RGB (Red+Green+Blue) = 252+196+156=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC49C is #033B63. Grayscale: #D0D0D0. Windows color (decimal): -211812 or 10274044. OLE color: 10274044.
HSL color Cylindrical-coordinate representation of color #FCC49C: hue angle of 25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCC49C is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 156 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.01 |
| HSL | 25º | 0.94% | 0.8% | - |
| HSV(B) | 25º | 0.38% | 0.99% | - |
| XYZ | 65.89 | 62.58 | 40.06 | - |
| YUV | 208.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 156 | 0 | 0.22 | 0.38 | 0.01 | 25 | 0.94 | 0.8 |
| Hex | FC | C4 | 9C | 0 | 16 | 26 | 1 | 19 | 5E | 50 |
| Octal | 374 | 304 | 234 | 0 | 26 | 46 | 1 | 31 | 136 | 120 |
| Binary | 11111100 | 11000100 | 10011100 | 0 | 10110 | 100110 | 1 | 11001 | 1011110 | 1010000 |
Color Harmonies of #FCC49C
Complementary color
Monochromatic Colors of #FCC49C
Black with #FCC49C
Text Example
Text Example
White with #FCC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC49C; }
p { color: rgb(252,196,156); }
H1.HeaderClassName
{
color: #FCC49C;
}
.AnyTagClassName
{
color: #FCC49C;
}
</style>
background-color css
<style>
a { background-color: #FCC49C; }
a { background-color: rgb(252,196,156); }
div.DivClassName
{
background-color: #FCC49C;
}
.BgClassName
{
background-color: #FCC49C;
}
</style>
border-color css
<style>
span { border-color: #FCC49C; }
span { border-color: rgb(252,196,156); }
td.TdClassName
{
border-color: #FCC49C;
}
.TagClassName
{
border-color: #FCC49C;
}
</style>