Shades of Romantic #FCC096
Tints of Romantic #FCC096
RGB
CMYK
RGB Variations
Color information
#FCC096 (or 0xFCC096) is known color: Romantic. HEX triplet: FC, C0 and 96. RGB value is (252,192,150). Sum of RGB (Red+Green+Blue) = 252+192+150=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC096 is #033F69. Grayscale: #CDCDCD. Windows color (decimal): -212842 or 9879804. OLE color: 9879804.
HSL color Cylindrical-coordinate representation of color #FCC096: hue angle of 24.71º 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 #FCC096 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 150 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.01 |
| HSL | 24.71º | 0.94% | 0.79% | - |
| HSV(B) | 24.71º | 0.4% | 0.99% | - |
| XYZ | 64.5 | 60.6 | 37.15 | - |
| YUV | 205.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 150 | 0 | 0.24 | 0.40 | 0.01 | 24.71 | 0.94 | 0.79 |
| Hex | FC | C0 | 96 | 0 | 18 | 28 | 1 | 19 | 5E | 4F |
| Octal | 374 | 300 | 226 | 0 | 30 | 50 | 1 | 31 | 136 | 117 |
| Binary | 11111100 | 11000000 | 10010110 | 0 | 11000 | 101000 | 1 | 11001 | 1011110 | 1001111 |
Color Harmonies of #FCC096
Complementary color
Monochromatic Colors of #FCC096
Black with #FCC096
Text Example
Text Example
White with #FCC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC096; }
p { color: rgb(252,192,150); }
H1.HeaderClassName
{
color: #FCC096;
}
.AnyTagClassName
{
color: #FCC096;
}
</style>
background-color css
<style>
a { background-color: #FCC096; }
a { background-color: rgb(252,192,150); }
div.DivClassName
{
background-color: #FCC096;
}
.BgClassName
{
background-color: #FCC096;
}
</style>
border-color css
<style>
span { border-color: #FCC096; }
span { border-color: rgb(252,192,150); }
td.TdClassName
{
border-color: #FCC096;
}
.TagClassName
{
border-color: #FCC096;
}
</style>