Shades of Chardonnay #FBCD7A
Tints of Chardonnay #FBCD7A
RGB
CMYK
RGB Variations
Color information
#FBCD7A (or 0xFBCD7A) is known color: Chardonnay. HEX triplet: FB, CD and 7A. RGB value is (251,205,122). Sum of RGB (Red+Green+Blue) = 251+205+122=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCD7A is #043285. Grayscale: #D1D1D1. Windows color (decimal): -275078 or 8048123. OLE color: 8048123.
HSL color Cylindrical-coordinate representation of color #FBCD7A: hue angle of 38.6º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBCD7A is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 122 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.02 |
| HSL | 38.6º | 0.94% | 0.73% | - |
| HSV(B) | 38.6º | 0.51% | 0.98% | - |
| XYZ | 65.13 | 65.58 | 27.64 | - |
| YUV | 209.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 122 | 0 | 0.18 | 0.51 | 0.02 | 38.6 | 0.94 | 0.73 |
| Hex | FB | CD | 7A | 0 | 12 | 33 | 2 | 27 | 5E | 49 |
| Octal | 373 | 315 | 172 | 0 | 22 | 63 | 2 | 47 | 136 | 111 |
| Binary | 11111011 | 11001101 | 1111010 | 0 | 10010 | 110011 | 10 | 100111 | 1011110 | 1001001 |
Color Harmonies of #FBCD7A
Complementary color
Monochromatic Colors of #FBCD7A
Black with #FBCD7A
Text Example
Text Example
White with #FBCD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD7A; }
p { color: rgb(251,205,122); }
H1.HeaderClassName
{
color: #FBCD7A;
}
.AnyTagClassName
{
color: #FBCD7A;
}
</style>
background-color css
<style>
a { background-color: #FBCD7A; }
a { background-color: rgb(251,205,122); }
div.DivClassName
{
background-color: #FBCD7A;
}
.BgClassName
{
background-color: #FBCD7A;
}
</style>
border-color css
<style>
span { border-color: #FBCD7A; }
span { border-color: rgb(251,205,122); }
td.TdClassName
{
border-color: #FBCD7A;
}
.TagClassName
{
border-color: #FBCD7A;
}
</style>