Shades of Romantic #FCC29D
Tints of Romantic #FCC29D
RGB
CMYK
RGB Variations
Color information
#FCC29D (or 0xFCC29D) is known color: Romantic. HEX triplet: FC, C2 and 9D. RGB value is (252,194,157). Sum of RGB (Red+Green+Blue) = 252+194+157=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC29D is #033D62. Grayscale: #CFCFCF. Windows color (decimal): -212323 or 10339068. OLE color: 10339068.
HSL color Cylindrical-coordinate representation of color #FCC29D: hue angle of 23.37º 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 #FCC29D is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 157 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.01 |
| HSL | 23.37º | 0.94% | 0.8% | - |
| HSV(B) | 23.37º | 0.38% | 0.99% | - |
| XYZ | 65.52 | 61.71 | 40.36 | - |
| YUV | 207.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 157 | 0 | 0.23 | 0.38 | 0.01 | 23.37 | 0.94 | 0.8 |
| Hex | FC | C2 | 9D | 0 | 17 | 26 | 1 | 17 | 5E | 50 |
| Octal | 374 | 302 | 235 | 0 | 27 | 46 | 1 | 27 | 136 | 120 |
| Binary | 11111100 | 11000010 | 10011101 | 0 | 10111 | 100110 | 1 | 10111 | 1011110 | 1010000 |
Color Harmonies of #FCC29D
Complementary color
Monochromatic Colors of #FCC29D
Black with #FCC29D
Text Example
Text Example
White with #FCC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC29D; }
p { color: rgb(252,194,157); }
H1.HeaderClassName
{
color: #FCC29D;
}
.AnyTagClassName
{
color: #FCC29D;
}
</style>
background-color css
<style>
a { background-color: #FCC29D; }
a { background-color: rgb(252,194,157); }
div.DivClassName
{
background-color: #FCC29D;
}
.BgClassName
{
background-color: #FCC29D;
}
</style>
border-color css
<style>
span { border-color: #FCC29D; }
span { border-color: rgb(252,194,157); }
td.TdClassName
{
border-color: #FCC29D;
}
.TagClassName
{
border-color: #FCC29D;
}
</style>