Shades of Chardonnay #FBCC7C
Tints of Chardonnay #FBCC7C
RGB
CMYK
RGB Variations
Color information
#FBCC7C (or 0xFBCC7C) is known color: Chardonnay. HEX triplet: FB, CC and 7C. RGB value is (251,204,124). Sum of RGB (Red+Green+Blue) = 251+204+124=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCC7C is #043383. Grayscale: #D1D1D1. Windows color (decimal): -275332 or 8178939. OLE color: 8178939.
HSL color Cylindrical-coordinate representation of color #FBCC7C: hue angle of 37.8º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBCC7C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 124 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.02 |
| HSL | 37.8º | 0.94% | 0.74% | - |
| HSV(B) | 37.8º | 0.51% | 0.98% | - |
| XYZ | 65.01 | 65.15 | 28.22 | - |
| YUV | 208.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 124 | 0 | 0.19 | 0.51 | 0.02 | 37.8 | 0.94 | 0.74 |
| Hex | FB | CC | 7C | 0 | 13 | 33 | 2 | 26 | 5E | 4A |
| Octal | 373 | 314 | 174 | 0 | 23 | 63 | 2 | 46 | 136 | 112 |
| Binary | 11111011 | 11001100 | 1111100 | 0 | 10011 | 110011 | 10 | 100110 | 1011110 | 1001010 |
Color Harmonies of #FBCC7C
Complementary color
Monochromatic Colors of #FBCC7C
Black with #FBCC7C
Text Example
Text Example
White with #FBCC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC7C; }
p { color: rgb(251,204,124); }
H1.HeaderClassName
{
color: #FBCC7C;
}
.AnyTagClassName
{
color: #FBCC7C;
}
</style>
background-color css
<style>
a { background-color: #FBCC7C; }
a { background-color: rgb(251,204,124); }
div.DivClassName
{
background-color: #FBCC7C;
}
.BgClassName
{
background-color: #FBCC7C;
}
</style>
border-color css
<style>
span { border-color: #FBCC7C; }
span { border-color: rgb(251,204,124); }
td.TdClassName
{
border-color: #FBCC7C;
}
.TagClassName
{
border-color: #FBCC7C;
}
</style>