Shades of Romantic #FCC09C
Tints of Romantic #FCC09C
RGB
CMYK
RGB Variations
Color information
#FCC09C (or 0xFCC09C) is known color: Romantic. HEX triplet: FC, C0 and 9C. RGB value is (252,192,156). Sum of RGB (Red+Green+Blue) = 252+192+156=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC09C is #033F63. Grayscale: #CECECE. Windows color (decimal): -212836 or 10273020. OLE color: 10273020.
HSL color Cylindrical-coordinate representation of color #FCC09C: hue angle of 22.5º 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 #FCC09C is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 156 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.01 |
| HSL | 22.5º | 0.94% | 0.8% | - |
| HSV(B) | 22.5º | 0.38% | 0.99% | - |
| XYZ | 65 | 60.8 | 39.76 | - |
| YUV | 205.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 156 | 0 | 0.24 | 0.38 | 0.01 | 22.5 | 0.94 | 0.8 |
| Hex | FC | C0 | 9C | 0 | 18 | 26 | 1 | 16 | 5E | 50 |
| Octal | 374 | 300 | 234 | 0 | 30 | 46 | 1 | 26 | 136 | 120 |
| Binary | 11111100 | 11000000 | 10011100 | 0 | 11000 | 100110 | 1 | 10110 | 1011110 | 1010000 |
Color Harmonies of #FCC09C
Complementary color
Monochromatic Colors of #FCC09C
Black with #FCC09C
Text Example
Text Example
White with #FCC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC09C; }
p { color: rgb(252,192,156); }
H1.HeaderClassName
{
color: #FCC09C;
}
.AnyTagClassName
{
color: #FCC09C;
}
</style>
background-color css
<style>
a { background-color: #FCC09C; }
a { background-color: rgb(252,192,156); }
div.DivClassName
{
background-color: #FCC09C;
}
.BgClassName
{
background-color: #FCC09C;
}
</style>
border-color css
<style>
span { border-color: #FCC09C; }
span { border-color: rgb(252,192,156); }
td.TdClassName
{
border-color: #FCC09C;
}
.TagClassName
{
border-color: #FCC09C;
}
</style>