Shades of Chardonnay #FBCB7D
Tints of Chardonnay #FBCB7D
RGB
CMYK
RGB Variations
Color information
#FBCB7D (or 0xFBCB7D) is known color: Chardonnay. HEX triplet: FB, CB and 7D. RGB value is (251,203,125). Sum of RGB (Red+Green+Blue) = 251+203+125=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB7D is #043482. Grayscale: #D0D0D0. Windows color (decimal): -275587 or 8244219. OLE color: 8244219.
HSL color Cylindrical-coordinate representation of color #FBCB7D: hue angle of 37.14º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBCB7D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 125 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.02 |
| HSL | 37.14º | 0.94% | 0.74% | - |
| HSV(B) | 37.14º | 0.5% | 0.98% | - |
| XYZ | 64.84 | 64.7 | 28.47 | - |
| YUV | 208.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 125 | 0 | 0.19 | 0.50 | 0.02 | 37.14 | 0.94 | 0.74 |
| Hex | FB | CB | 7D | 0 | 13 | 32 | 2 | 25 | 5E | 4A |
| Octal | 373 | 313 | 175 | 0 | 23 | 62 | 2 | 45 | 136 | 112 |
| Binary | 11111011 | 11001011 | 1111101 | 0 | 10011 | 110010 | 10 | 100101 | 1011110 | 1001010 |
Color Harmonies of #FBCB7D
Complementary color
Monochromatic Colors of #FBCB7D
Black with #FBCB7D
Text Example
Text Example
White with #FBCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB7D; }
p { color: rgb(251,203,125); }
H1.HeaderClassName
{
color: #FBCB7D;
}
.AnyTagClassName
{
color: #FBCB7D;
}
</style>
background-color css
<style>
a { background-color: #FBCB7D; }
a { background-color: rgb(251,203,125); }
div.DivClassName
{
background-color: #FBCB7D;
}
.BgClassName
{
background-color: #FBCB7D;
}
</style>
border-color css
<style>
span { border-color: #FBCB7D; }
span { border-color: rgb(251,203,125); }
td.TdClassName
{
border-color: #FBCB7D;
}
.TagClassName
{
border-color: #FBCB7D;
}
</style>