Shades of Romantic #FBC29D
Tints of Romantic #FBC29D
RGB
CMYK
RGB Variations
Color information
#FBC29D (or 0xFBC29D) is known color: Romantic. HEX triplet: FB, C2 and 9D. RGB value is (251,194,157). Sum of RGB (Red+Green+Blue) = 251+194+157=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC29D is #043D62. Grayscale: #CFCFCF. Windows color (decimal): -277859 or 10339067. OLE color: 10339067.
HSL color Cylindrical-coordinate representation of color #FBC29D: hue angle of 23.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBC29D is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 157 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.02 |
| HSL | 23.62º | 0.92% | 0.8% | - |
| HSV(B) | 23.62º | 0.37% | 0.98% | - |
| XYZ | 65.16 | 61.53 | 40.34 | - |
| YUV | 206.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 157 | 0 | 0.23 | 0.37 | 0.02 | 23.62 | 0.92 | 0.8 |
| Hex | FB | C2 | 9D | 0 | 17 | 25 | 2 | 18 | 5C | 50 |
| Octal | 373 | 302 | 235 | 0 | 27 | 45 | 2 | 30 | 134 | 120 |
| Binary | 11111011 | 11000010 | 10011101 | 0 | 10111 | 100101 | 10 | 11000 | 1011100 | 1010000 |
Color Harmonies of #FBC29D
Complementary color
Monochromatic Colors of #FBC29D
Black with #FBC29D
Text Example
Text Example
White with #FBC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC29D; }
p { color: rgb(251,194,157); }
H1.HeaderClassName
{
color: #FBC29D;
}
.AnyTagClassName
{
color: #FBC29D;
}
</style>
background-color css
<style>
a { background-color: #FBC29D; }
a { background-color: rgb(251,194,157); }
div.DivClassName
{
background-color: #FBC29D;
}
.BgClassName
{
background-color: #FBC29D;
}
</style>
border-color css
<style>
span { border-color: #FBC29D; }
span { border-color: rgb(251,194,157); }
td.TdClassName
{
border-color: #FBC29D;
}
.TagClassName
{
border-color: #FBC29D;
}
</style>