Shades of Romantic #FCC49E
Tints of Romantic #FCC49E
RGB
CMYK
RGB Variations
Color information
#FCC49E (or 0xFCC49E) is known color: Romantic. HEX triplet: FC, C4 and 9E. RGB value is (252,196,158). Sum of RGB (Red+Green+Blue) = 252+196+158=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC49E is #033B61. Grayscale: #D0D0D0. Windows color (decimal): -211810 or 10405116. OLE color: 10405116.
HSL color Cylindrical-coordinate representation of color #FCC49E: hue angle of 24.26º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCC49E is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 158 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.01 |
| HSL | 24.26º | 0.94% | 0.8% | - |
| HSV(B) | 24.26º | 0.37% | 0.99% | - |
| XYZ | 66.06 | 62.64 | 40.96 | - |
| YUV | 208.41 | 99.55 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 158 | 0 | 0.22 | 0.37 | 0.01 | 24.26 | 0.94 | 0.8 |
| Hex | FC | C4 | 9E | 0 | 16 | 25 | 1 | 18 | 5E | 50 |
| Octal | 374 | 304 | 236 | 0 | 26 | 45 | 1 | 30 | 136 | 120 |
| Binary | 11111100 | 11000100 | 10011110 | 0 | 10110 | 100101 | 1 | 11000 | 1011110 | 1010000 |
Color Harmonies of #FCC49E
Complementary color
Monochromatic Colors of #FCC49E
Black with #FCC49E
Text Example
Text Example
White with #FCC49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC49E; }
p { color: rgb(252,196,158); }
H1.HeaderClassName
{
color: #FCC49E;
}
.AnyTagClassName
{
color: #FCC49E;
}
</style>
background-color css
<style>
a { background-color: #FCC49E; }
a { background-color: rgb(252,196,158); }
div.DivClassName
{
background-color: #FCC49E;
}
.BgClassName
{
background-color: #FCC49E;
}
</style>
border-color css
<style>
span { border-color: #FCC49E; }
span { border-color: rgb(252,196,158); }
td.TdClassName
{
border-color: #FCC49E;
}
.TagClassName
{
border-color: #FCC49E;
}
</style>