Shades of Romantic #FCC49A
Tints of Romantic #FCC49A
RGB
CMYK
RGB Variations
Color information
#FCC49A (or 0xFCC49A) is known color: Romantic. HEX triplet: FC, C4 and 9A. RGB value is (252,196,154). Sum of RGB (Red+Green+Blue) = 252+196+154=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC49A is #033B65. Grayscale: #D0D0D0. Windows color (decimal): -211814 or 10142972. OLE color: 10142972.
HSL color Cylindrical-coordinate representation of color #FCC49A: hue angle of 25.71º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCC49A is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 154 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.01 |
| HSL | 25.71º | 0.94% | 0.8% | - |
| HSV(B) | 25.71º | 0.39% | 0.99% | - |
| XYZ | 65.72 | 62.51 | 39.17 | - |
| YUV | 207.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 154 | 0 | 0.22 | 0.39 | 0.01 | 25.71 | 0.94 | 0.8 |
| Hex | FC | C4 | 9A | 0 | 16 | 27 | 1 | 1A | 5E | 50 |
| Octal | 374 | 304 | 232 | 0 | 26 | 47 | 1 | 32 | 136 | 120 |
| Binary | 11111100 | 11000100 | 10011010 | 0 | 10110 | 100111 | 1 | 11010 | 1011110 | 1010000 |
Color Harmonies of #FCC49A
Complementary color
Monochromatic Colors of #FCC49A
Black with #FCC49A
Text Example
Text Example
White with #FCC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC49A; }
p { color: rgb(252,196,154); }
H1.HeaderClassName
{
color: #FCC49A;
}
.AnyTagClassName
{
color: #FCC49A;
}
</style>
background-color css
<style>
a { background-color: #FCC49A; }
a { background-color: rgb(252,196,154); }
div.DivClassName
{
background-color: #FCC49A;
}
.BgClassName
{
background-color: #FCC49A;
}
</style>
border-color css
<style>
span { border-color: #FCC49A; }
span { border-color: rgb(252,196,154); }
td.TdClassName
{
border-color: #FCC49A;
}
.TagClassName
{
border-color: #FCC49A;
}
</style>