Shades of Chardonnay #FBBF6E
Tints of Chardonnay #FBBF6E
RGB
CMYK
RGB Variations
Color information
#FBBF6E (or 0xFBBF6E) is known color: Chardonnay. HEX triplet: FB, BF and 6E. RGB value is (251,191,110). Sum of RGB (Red+Green+Blue) = 251+191+110=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBF6E is #044091. Grayscale: #C8C8C8. Windows color (decimal): -278674 or 7258107. OLE color: 7258107.
HSL color Cylindrical-coordinate representation of color #FBBF6E: hue angle of 34.47º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FBBF6E is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 110 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.02 |
| HSL | 34.47º | 0.95% | 0.71% | - |
| HSV(B) | 34.47º | 0.56% | 0.98% | - |
| XYZ | 61.23 | 58.9 | 22.89 | - |
| YUV | 199.71 | 77.38 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 110 | 0 | 0.24 | 0.56 | 0.02 | 34.47 | 0.95 | 0.71 |
| Hex | FB | BF | 6E | 0 | 18 | 38 | 2 | 22 | 5F | 47 |
| Octal | 373 | 277 | 156 | 0 | 30 | 70 | 2 | 42 | 137 | 107 |
| Binary | 11111011 | 10111111 | 1101110 | 0 | 11000 | 111000 | 10 | 100010 | 1011111 | 1000111 |
Color Harmonies of #FBBF6E
Complementary color
Monochromatic Colors of #FBBF6E
Black with #FBBF6E
Text Example
Text Example
White with #FBBF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBF6E; }
p { color: rgb(251,191,110); }
H1.HeaderClassName
{
color: #FBBF6E;
}
.AnyTagClassName
{
color: #FBBF6E;
}
</style>
background-color css
<style>
a { background-color: #FBBF6E; }
a { background-color: rgb(251,191,110); }
div.DivClassName
{
background-color: #FBBF6E;
}
.BgClassName
{
background-color: #FBBF6E;
}
</style>
border-color css
<style>
span { border-color: #FBBF6E; }
span { border-color: rgb(251,191,110); }
td.TdClassName
{
border-color: #FBBF6E;
}
.TagClassName
{
border-color: #FBBF6E;
}
</style>