Shades of Romantic #FCC49D
Tints of Romantic #FCC49D
RGB
CMYK
RGB Variations
Color information
#FCC49D (or 0xFCC49D) is known color: Romantic. HEX triplet: FC, C4 and 9D. RGB value is (252,196,157). Sum of RGB (Red+Green+Blue) = 252+196+157=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC49D is #033B62. Grayscale: #D0D0D0. Windows color (decimal): -211811 or 10339580. OLE color: 10339580.
HSL color Cylindrical-coordinate representation of color #FCC49D: hue angle of 24.63º 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 #FCC49D is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 157 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.01 |
| HSL | 24.63º | 0.94% | 0.8% | - |
| HSV(B) | 24.63º | 0.38% | 0.99% | - |
| XYZ | 65.97 | 62.61 | 40.51 | - |
| YUV | 208.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 157 | 0 | 0.22 | 0.38 | 0.01 | 24.63 | 0.94 | 0.8 |
| Hex | FC | C4 | 9D | 0 | 16 | 26 | 1 | 19 | 5E | 50 |
| Octal | 374 | 304 | 235 | 0 | 26 | 46 | 1 | 31 | 136 | 120 |
| Binary | 11111100 | 11000100 | 10011101 | 0 | 10110 | 100110 | 1 | 11001 | 1011110 | 1010000 |
Color Harmonies of #FCC49D
Complementary color
Monochromatic Colors of #FCC49D
Black with #FCC49D
Text Example
Text Example
White with #FCC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC49D; }
p { color: rgb(252,196,157); }
H1.HeaderClassName
{
color: #FCC49D;
}
.AnyTagClassName
{
color: #FCC49D;
}
</style>
background-color css
<style>
a { background-color: #FCC49D; }
a { background-color: rgb(252,196,157); }
div.DivClassName
{
background-color: #FCC49D;
}
.BgClassName
{
background-color: #FCC49D;
}
</style>
border-color css
<style>
span { border-color: #FCC49D; }
span { border-color: rgb(252,196,157); }
td.TdClassName
{
border-color: #FCC49D;
}
.TagClassName
{
border-color: #FCC49D;
}
</style>