Shades of Romantic #FCC09E
Tints of Romantic #FCC09E
RGB
CMYK
RGB Variations
Color information
#FCC09E (or 0xFCC09E) is known color: Romantic. HEX triplet: FC, C0 and 9E. RGB value is (252,192,158). Sum of RGB (Red+Green+Blue) = 252+192+158=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 158 (62.11% from 255 or 26.25% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC09E is #033F61. Grayscale: #CECECE. Windows color (decimal): -212834 or 10404092. OLE color: 10404092.
HSL color Cylindrical-coordinate representation of color #FCC09E: hue angle of 21.7º 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 #FCC09E is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 158 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.01 |
| HSL | 21.7º | 0.94% | 0.8% | - |
| HSV(B) | 21.7º | 0.37% | 0.99% | - |
| XYZ | 65.17 | 60.86 | 40.66 | - |
| YUV | 206.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 158 | 0 | 0.24 | 0.37 | 0.01 | 21.7 | 0.94 | 0.8 |
| Hex | FC | C0 | 9E | 0 | 18 | 25 | 1 | 16 | 5E | 50 |
| Octal | 374 | 300 | 236 | 0 | 30 | 45 | 1 | 26 | 136 | 120 |
| Binary | 11111100 | 11000000 | 10011110 | 0 | 11000 | 100101 | 1 | 10110 | 1011110 | 1010000 |
Color Harmonies of #FCC09E
Complementary color
Monochromatic Colors of #FCC09E
Black with #FCC09E
Text Example
Text Example
White with #FCC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC09E; }
p { color: rgb(252,192,158); }
H1.HeaderClassName
{
color: #FCC09E;
}
.AnyTagClassName
{
color: #FCC09E;
}
</style>
background-color css
<style>
a { background-color: #FCC09E; }
a { background-color: rgb(252,192,158); }
div.DivClassName
{
background-color: #FCC09E;
}
.BgClassName
{
background-color: #FCC09E;
}
</style>
border-color css
<style>
span { border-color: #FCC09E; }
span { border-color: rgb(252,192,158); }
td.TdClassName
{
border-color: #FCC09E;
}
.TagClassName
{
border-color: #FCC09E;
}
</style>