Shades of Chardonnay #FBCC7D
Tints of Chardonnay #FBCC7D
RGB
CMYK
RGB Variations
Color information
#FBCC7D (or 0xFBCC7D) is known color: Chardonnay. HEX triplet: FB, CC and 7D. RGB value is (251,204,125). Sum of RGB (Red+Green+Blue) = 251+204+125=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCC7D is #043382. Grayscale: #D1D1D1. Windows color (decimal): -275331 or 8244475. OLE color: 8244475.
HSL color Cylindrical-coordinate representation of color #FBCC7D: hue angle of 37.62º 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 #FBCC7D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 125 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.02 |
| HSL | 37.62º | 0.94% | 0.74% | - |
| HSV(B) | 37.62º | 0.5% | 0.98% | - |
| XYZ | 65.08 | 65.18 | 28.55 | - |
| YUV | 209.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 125 | 0 | 0.19 | 0.50 | 0.02 | 37.62 | 0.94 | 0.74 |
| Hex | FB | CC | 7D | 0 | 13 | 32 | 2 | 26 | 5E | 4A |
| Octal | 373 | 314 | 175 | 0 | 23 | 62 | 2 | 46 | 136 | 112 |
| Binary | 11111011 | 11001100 | 1111101 | 0 | 10011 | 110010 | 10 | 100110 | 1011110 | 1001010 |
Color Harmonies of #FBCC7D
Complementary color
Monochromatic Colors of #FBCC7D
Black with #FBCC7D
Text Example
Text Example
White with #FBCC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC7D; }
p { color: rgb(251,204,125); }
H1.HeaderClassName
{
color: #FBCC7D;
}
.AnyTagClassName
{
color: #FBCC7D;
}
</style>
background-color css
<style>
a { background-color: #FBCC7D; }
a { background-color: rgb(251,204,125); }
div.DivClassName
{
background-color: #FBCC7D;
}
.BgClassName
{
background-color: #FBCC7D;
}
</style>
border-color css
<style>
span { border-color: #FBCC7D; }
span { border-color: rgb(251,204,125); }
td.TdClassName
{
border-color: #FBCC7D;
}
.TagClassName
{
border-color: #FBCC7D;
}
</style>