Shades of Romantic #FCC396
Tints of Romantic #FCC396
RGB
CMYK
RGB Variations
Color information
#FCC396 (or 0xFCC396) is known color: Romantic. HEX triplet: FC, C3 and 96. RGB value is (252,195,150). Sum of RGB (Red+Green+Blue) = 252+195+150=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC396 is #033C69. Grayscale: #CFCFCF. Windows color (decimal): -212074 or 9880572. OLE color: 9880572.
HSL color Cylindrical-coordinate representation of color #FCC396: hue angle of 26.47º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCC396 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 150 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.01 |
| HSL | 26.47º | 0.94% | 0.79% | - |
| HSV(B) | 26.47º | 0.4% | 0.99% | - |
| XYZ | 65.17 | 61.93 | 37.37 | - |
| YUV | 206.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 150 | 0 | 0.23 | 0.40 | 0.01 | 26.47 | 0.94 | 0.79 |
| Hex | FC | C3 | 96 | 0 | 17 | 28 | 1 | 1A | 5E | 4F |
| Octal | 374 | 303 | 226 | 0 | 27 | 50 | 1 | 32 | 136 | 117 |
| Binary | 11111100 | 11000011 | 10010110 | 0 | 10111 | 101000 | 1 | 11010 | 1011110 | 1001111 |
Color Harmonies of #FCC396
Complementary color
Monochromatic Colors of #FCC396
Black with #FCC396
Text Example
Text Example
White with #FCC396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC396; }
p { color: rgb(252,195,150); }
H1.HeaderClassName
{
color: #FCC396;
}
.AnyTagClassName
{
color: #FCC396;
}
</style>
background-color css
<style>
a { background-color: #FCC396; }
a { background-color: rgb(252,195,150); }
div.DivClassName
{
background-color: #FCC396;
}
.BgClassName
{
background-color: #FCC396;
}
</style>
border-color css
<style>
span { border-color: #FCC396; }
span { border-color: rgb(252,195,150); }
td.TdClassName
{
border-color: #FCC396;
}
.TagClassName
{
border-color: #FCC396;
}
</style>