Shades of Romantic #FCC19B
Tints of Romantic #FCC19B
RGB
CMYK
RGB Variations
Color information
#FCC19B (or 0xFCC19B) is known color: Romantic. HEX triplet: FC, C1 and 9B. RGB value is (252,193,155). Sum of RGB (Red+Green+Blue) = 252+193+155=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC19B is #033E64. Grayscale: #CECECE. Windows color (decimal): -212581 or 10207740. OLE color: 10207740.
HSL color Cylindrical-coordinate representation of color #FCC19B: hue angle of 23.51º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCC19B is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 155 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.01 |
| HSL | 23.51º | 0.94% | 0.8% | - |
| HSV(B) | 23.51º | 0.38% | 0.99% | - |
| XYZ | 65.13 | 61.2 | 39.39 | - |
| YUV | 206.31 | 99.05 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 155 | 0 | 0.23 | 0.38 | 0.01 | 23.51 | 0.94 | 0.8 |
| Hex | FC | C1 | 9B | 0 | 17 | 26 | 1 | 18 | 5E | 50 |
| Octal | 374 | 301 | 233 | 0 | 27 | 46 | 1 | 30 | 136 | 120 |
| Binary | 11111100 | 11000001 | 10011011 | 0 | 10111 | 100110 | 1 | 11000 | 1011110 | 1010000 |
Color Harmonies of #FCC19B
Complementary color
Monochromatic Colors of #FCC19B
Black with #FCC19B
Text Example
Text Example
White with #FCC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC19B; }
p { color: rgb(252,193,155); }
H1.HeaderClassName
{
color: #FCC19B;
}
.AnyTagClassName
{
color: #FCC19B;
}
</style>
background-color css
<style>
a { background-color: #FCC19B; }
a { background-color: rgb(252,193,155); }
div.DivClassName
{
background-color: #FCC19B;
}
.BgClassName
{
background-color: #FCC19B;
}
</style>
border-color css
<style>
span { border-color: #FCC19B; }
span { border-color: rgb(252,193,155); }
td.TdClassName
{
border-color: #FCC19B;
}
.TagClassName
{
border-color: #FCC19B;
}
</style>