Shades of Romantic #FCC19E
Tints of Romantic #FCC19E
RGB
CMYK
RGB Variations
Color information
#FCC19E (or 0xFCC19E) is known color: Romantic. HEX triplet: FC, C1 and 9E. RGB value is (252,193,158). Sum of RGB (Red+Green+Blue) = 252+193+158=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 158 (62.11% from 255 or 26.20% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC19E is #033E61. Grayscale: #CECECE. Windows color (decimal): -212578 or 10404348. OLE color: 10404348.
HSL color Cylindrical-coordinate representation of color #FCC19E: hue angle of 22.34º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCC19E is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 158 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.01 |
| HSL | 22.34º | 0.94% | 0.8% | - |
| HSV(B) | 22.34º | 0.37% | 0.99% | - |
| XYZ | 65.39 | 61.3 | 40.73 | - |
| YUV | 206.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 158 | 0 | 0.23 | 0.37 | 0.01 | 22.34 | 0.94 | 0.8 |
| Hex | FC | C1 | 9E | 0 | 17 | 25 | 1 | 16 | 5E | 50 |
| Octal | 374 | 301 | 236 | 0 | 27 | 45 | 1 | 26 | 136 | 120 |
| Binary | 11111100 | 11000001 | 10011110 | 0 | 10111 | 100101 | 1 | 10110 | 1011110 | 1010000 |
Color Harmonies of #FCC19E
Complementary color
Monochromatic Colors of #FCC19E
Black with #FCC19E
Text Example
Text Example
White with #FCC19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC19E; }
p { color: rgb(252,193,158); }
H1.HeaderClassName
{
color: #FCC19E;
}
.AnyTagClassName
{
color: #FCC19E;
}
</style>
background-color css
<style>
a { background-color: #FCC19E; }
a { background-color: rgb(252,193,158); }
div.DivClassName
{
background-color: #FCC19E;
}
.BgClassName
{
background-color: #FCC19E;
}
</style>
border-color css
<style>
span { border-color: #FCC19E; }
span { border-color: rgb(252,193,158); }
td.TdClassName
{
border-color: #FCC19E;
}
.TagClassName
{
border-color: #FCC19E;
}
</style>