Shades of Chardonnay #FDBF68
Tints of Chardonnay #FDBF68
RGB
CMYK
RGB Variations
Color information
#FDBF68 (or 0xFDBF68) is known color: Chardonnay. HEX triplet: FD, BF and 68. RGB value is (253,191,104). Sum of RGB (Red+Green+Blue) = 253+191+104=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBF68 is #024097. Grayscale: #C8C8C8. Windows color (decimal): -147608 or 6864893. OLE color: 6864893.
HSL color Cylindrical-coordinate representation of color #FDBF68: hue angle of 35.03º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDBF68 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 104 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.01 |
| HSL | 35.03º | 0.97% | 0.7% | - |
| HSV(B) | 35.03º | 0.59% | 0.99% | - |
| XYZ | 61.64 | 59.14 | 21.26 | - |
| YUV | 199.62 | 74.04 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 104 | 0 | 0.25 | 0.59 | 0.01 | 35.03 | 0.97 | 0.7 |
| Hex | FD | BF | 68 | 0 | 19 | 3B | 1 | 23 | 61 | 46 |
| Octal | 375 | 277 | 150 | 0 | 31 | 73 | 1 | 43 | 141 | 106 |
| Binary | 11111101 | 10111111 | 1101000 | 0 | 11001 | 111011 | 1 | 100011 | 1100001 | 1000110 |
Color Harmonies of #FDBF68
Complementary color
Monochromatic Colors of #FDBF68
Black with #FDBF68
Text Example
Text Example
White with #FDBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF68; }
p { color: rgb(253,191,104); }
H1.HeaderClassName
{
color: #FDBF68;
}
.AnyTagClassName
{
color: #FDBF68;
}
</style>
background-color css
<style>
a { background-color: #FDBF68; }
a { background-color: rgb(253,191,104); }
div.DivClassName
{
background-color: #FDBF68;
}
.BgClassName
{
background-color: #FDBF68;
}
</style>
border-color css
<style>
span { border-color: #FDBF68; }
span { border-color: rgb(253,191,104); }
td.TdClassName
{
border-color: #FDBF68;
}
.TagClassName
{
border-color: #FDBF68;
}
</style>