Shades of Romantic #FCC29B
Tints of Romantic #FCC29B
RGB
CMYK
RGB Variations
Color information
#FCC29B (or 0xFCC29B) is known color: Romantic. HEX triplet: FC, C2 and 9B. RGB value is (252,194,155). Sum of RGB (Red+Green+Blue) = 252+194+155=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC29B is #033D64. Grayscale: #CFCFCF. Windows color (decimal): -212325 or 10207996. OLE color: 10207996.
HSL color Cylindrical-coordinate representation of color #FCC29B: hue angle of 24.12º 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 #FCC29B is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 155 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.01 |
| HSL | 24.12º | 0.94% | 0.8% | - |
| HSV(B) | 24.12º | 0.38% | 0.99% | - |
| XYZ | 65.35 | 61.65 | 39.46 | - |
| YUV | 206.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 155 | 0 | 0.23 | 0.38 | 0.01 | 24.12 | 0.94 | 0.8 |
| Hex | FC | C2 | 9B | 0 | 17 | 26 | 1 | 18 | 5E | 50 |
| Octal | 374 | 302 | 233 | 0 | 27 | 46 | 1 | 30 | 136 | 120 |
| Binary | 11111100 | 11000010 | 10011011 | 0 | 10111 | 100110 | 1 | 11000 | 1011110 | 1010000 |
Color Harmonies of #FCC29B
Complementary color
Monochromatic Colors of #FCC29B
Black with #FCC29B
Text Example
Text Example
White with #FCC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC29B; }
p { color: rgb(252,194,155); }
H1.HeaderClassName
{
color: #FCC29B;
}
.AnyTagClassName
{
color: #FCC29B;
}
</style>
background-color css
<style>
a { background-color: #FCC29B; }
a { background-color: rgb(252,194,155); }
div.DivClassName
{
background-color: #FCC29B;
}
.BgClassName
{
background-color: #FCC29B;
}
</style>
border-color css
<style>
span { border-color: #FCC29B; }
span { border-color: rgb(252,194,155); }
td.TdClassName
{
border-color: #FCC29B;
}
.TagClassName
{
border-color: #FCC29B;
}
</style>