Shades of Romantic #FCC29C
Tints of Romantic #FCC29C
RGB
CMYK
RGB Variations
Color information
#FCC29C (or 0xFCC29C) is known color: Romantic. HEX triplet: FC, C2 and 9C. RGB value is (252,194,156). Sum of RGB (Red+Green+Blue) = 252+194+156=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC29C is #033D63. Grayscale: #CFCFCF. Windows color (decimal): -212324 or 10273532. OLE color: 10273532.
HSL color Cylindrical-coordinate representation of color #FCC29C: hue angle of 23.75º 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 #FCC29C is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 156 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.01 |
| HSL | 23.75º | 0.94% | 0.8% | - |
| HSV(B) | 23.75º | 0.38% | 0.99% | - |
| XYZ | 65.44 | 61.68 | 39.91 | - |
| YUV | 207.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 156 | 0 | 0.23 | 0.38 | 0.01 | 23.75 | 0.94 | 0.8 |
| Hex | FC | C2 | 9C | 0 | 17 | 26 | 1 | 18 | 5E | 50 |
| Octal | 374 | 302 | 234 | 0 | 27 | 46 | 1 | 30 | 136 | 120 |
| Binary | 11111100 | 11000010 | 10011100 | 0 | 10111 | 100110 | 1 | 11000 | 1011110 | 1010000 |
Color Harmonies of #FCC29C
Complementary color
Monochromatic Colors of #FCC29C
Black with #FCC29C
Text Example
Text Example
White with #FCC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC29C; }
p { color: rgb(252,194,156); }
H1.HeaderClassName
{
color: #FCC29C;
}
.AnyTagClassName
{
color: #FCC29C;
}
</style>
background-color css
<style>
a { background-color: #FCC29C; }
a { background-color: rgb(252,194,156); }
div.DivClassName
{
background-color: #FCC29C;
}
.BgClassName
{
background-color: #FCC29C;
}
</style>
border-color css
<style>
span { border-color: #FCC29C; }
span { border-color: rgb(252,194,156); }
td.TdClassName
{
border-color: #FCC29C;
}
.TagClassName
{
border-color: #FCC29C;
}
</style>