Shades of Chardonnay #FBC584
Tints of Chardonnay #FBC584
RGB
CMYK
RGB Variations
Color information
#FBC584 (or 0xFBC584) is known color: Chardonnay. HEX triplet: FB, C5 and 84. RGB value is (251,197,132). Sum of RGB (Red+Green+Blue) = 251+197+132=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC584 is #043A7B. Grayscale: #CECECE. Windows color (decimal): -277116 or 8701435. OLE color: 8701435.
HSL color Cylindrical-coordinate representation of color #FBC584: hue angle of 32.77º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBC584 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 132 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.02 |
| HSL | 32.77º | 0.94% | 0.75% | - |
| HSV(B) | 32.77º | 0.47% | 0.98% | - |
| XYZ | 63.91 | 62.11 | 30.45 | - |
| YUV | 205.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 132 | 0 | 0.22 | 0.47 | 0.02 | 32.77 | 0.94 | 0.75 |
| Hex | FB | C5 | 84 | 0 | 16 | 2F | 2 | 21 | 5E | 4B |
| Octal | 373 | 305 | 204 | 0 | 26 | 57 | 2 | 41 | 136 | 113 |
| Binary | 11111011 | 11000101 | 10000100 | 0 | 10110 | 101111 | 10 | 100001 | 1011110 | 1001011 |
Color Harmonies of #FBC584
Complementary color
Monochromatic Colors of #FBC584
Black with #FBC584
Text Example
Text Example
White with #FBC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC584; }
p { color: rgb(251,197,132); }
H1.HeaderClassName
{
color: #FBC584;
}
.AnyTagClassName
{
color: #FBC584;
}
</style>
background-color css
<style>
a { background-color: #FBC584; }
a { background-color: rgb(251,197,132); }
div.DivClassName
{
background-color: #FBC584;
}
.BgClassName
{
background-color: #FBC584;
}
</style>
border-color css
<style>
span { border-color: #FBC584; }
span { border-color: rgb(251,197,132); }
td.TdClassName
{
border-color: #FBC584;
}
.TagClassName
{
border-color: #FBC584;
}
</style>