Shades of Chardonnay #FCBD6D
Tints of Chardonnay #FCBD6D
RGB
CMYK
RGB Variations
Color information
#FCBD6D (or 0xFCBD6D) is known color: Chardonnay. HEX triplet: FC, BD and 6D. RGB value is (252,189,109). Sum of RGB (Red+Green+Blue) = 252+189+109=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBD6D is #034292. Grayscale: #C7C7C7. Windows color (decimal): -213651 or 7192060. OLE color: 7192060.
HSL color Cylindrical-coordinate representation of color #FCBD6D: hue angle of 33.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCBD6D is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 109 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.01 |
| HSL | 33.57º | 0.96% | 0.71% | - |
| HSV(B) | 33.57º | 0.57% | 0.99% | - |
| XYZ | 61.1 | 58.19 | 22.48 | - |
| YUV | 198.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 109 | 0 | 0.25 | 0.57 | 0.01 | 33.57 | 0.96 | 0.71 |
| Hex | FC | BD | 6D | 0 | 19 | 39 | 1 | 22 | 60 | 47 |
| Octal | 374 | 275 | 155 | 0 | 31 | 71 | 1 | 42 | 140 | 107 |
| Binary | 11111100 | 10111101 | 1101101 | 0 | 11001 | 111001 | 1 | 100010 | 1100000 | 1000111 |
Color Harmonies of #FCBD6D
Complementary color
Monochromatic Colors of #FCBD6D
Black with #FCBD6D
Text Example
Text Example
White with #FCBD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD6D; }
p { color: rgb(252,189,109); }
H1.HeaderClassName
{
color: #FCBD6D;
}
.AnyTagClassName
{
color: #FCBD6D;
}
</style>
background-color css
<style>
a { background-color: #FCBD6D; }
a { background-color: rgb(252,189,109); }
div.DivClassName
{
background-color: #FCBD6D;
}
.BgClassName
{
background-color: #FCBD6D;
}
</style>
border-color css
<style>
span { border-color: #FCBD6D; }
span { border-color: rgb(252,189,109); }
td.TdClassName
{
border-color: #FCBD6D;
}
.TagClassName
{
border-color: #FCBD6D;
}
</style>