Shades of Romantic #FCC192
Tints of Romantic #FCC192
RGB
CMYK
RGB Variations
Color information
#FCC192 (or 0xFCC192) is known color: Romantic. HEX triplet: FC, C1 and 92. RGB value is (252,193,146). Sum of RGB (Red+Green+Blue) = 252+193+146=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC192 is #033E6D. Grayscale: #CDCDCD. Windows color (decimal): -212590 or 9617916. OLE color: 9617916.
HSL color Cylindrical-coordinate representation of color #FCC192: hue angle of 26.6º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCC192 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 146 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.01 |
| HSL | 26.6º | 0.95% | 0.78% | - |
| HSV(B) | 26.6º | 0.42% | 0.99% | - |
| XYZ | 64.4 | 60.91 | 35.56 | - |
| YUV | 205.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 146 | 0 | 0.23 | 0.42 | 0.01 | 26.6 | 0.95 | 0.78 |
| Hex | FC | C1 | 92 | 0 | 17 | 2A | 1 | 1B | 5F | 4E |
| Octal | 374 | 301 | 222 | 0 | 27 | 52 | 1 | 33 | 137 | 116 |
| Binary | 11111100 | 11000001 | 10010010 | 0 | 10111 | 101010 | 1 | 11011 | 1011111 | 1001110 |
Color Harmonies of #FCC192
Complementary color
Monochromatic Colors of #FCC192
Black with #FCC192
Text Example
Text Example
White with #FCC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC192; }
p { color: rgb(252,193,146); }
H1.HeaderClassName
{
color: #FCC192;
}
.AnyTagClassName
{
color: #FCC192;
}
</style>
background-color css
<style>
a { background-color: #FCC192; }
a { background-color: rgb(252,193,146); }
div.DivClassName
{
background-color: #FCC192;
}
.BgClassName
{
background-color: #FCC192;
}
</style>
border-color css
<style>
span { border-color: #FCC192; }
span { border-color: rgb(252,193,146); }
td.TdClassName
{
border-color: #FCC192;
}
.TagClassName
{
border-color: #FCC192;
}
</style>