Shades of Chardonnay #FCCB7E
Tints of Chardonnay #FCCB7E
RGB
CMYK
RGB Variations
Color information
#FCCB7E (or 0xFCCB7E) is known color: Chardonnay. HEX triplet: FC, CB and 7E. RGB value is (252,203,126). Sum of RGB (Red+Green+Blue) = 252+203+126=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB7E is #033481. Grayscale: #D1D1D1. Windows color (decimal): -210050 or 8309756. OLE color: 8309756.
HSL color Cylindrical-coordinate representation of color #FCCB7E: hue angle of 36.67º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCCB7E is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 126 | - |
| CMYK | 0 | 0.19 | 0.5 | 0.01 |
| HSL | 36.67º | 0.95% | 0.74% | - |
| HSV(B) | 36.67º | 0.5% | 0.99% | - |
| XYZ | 65.27 | 64.91 | 28.83 | - |
| YUV | 208.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 126 | 0 | 0.19 | 0.5 | 0.01 | 36.67 | 0.95 | 0.74 |
| Hex | FC | CB | 7E | 0 | 13 | 32 | 1 | 25 | 5F | 4A |
| Octal | 374 | 313 | 176 | 0 | 23 | 62 | 1 | 45 | 137 | 112 |
| Binary | 11111100 | 11001011 | 1111110 | 0 | 10011 | 110010 | 1 | 100101 | 1011111 | 1001010 |
Color Harmonies of #FCCB7E
Complementary color
Monochromatic Colors of #FCCB7E
Black with #FCCB7E
Text Example
Text Example
White with #FCCB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB7E; }
p { color: rgb(252,203,126); }
H1.HeaderClassName
{
color: #FCCB7E;
}
.AnyTagClassName
{
color: #FCCB7E;
}
</style>
background-color css
<style>
a { background-color: #FCCB7E; }
a { background-color: rgb(252,203,126); }
div.DivClassName
{
background-color: #FCCB7E;
}
.BgClassName
{
background-color: #FCCB7E;
}
</style>
border-color css
<style>
span { border-color: #FCCB7E; }
span { border-color: rgb(252,203,126); }
td.TdClassName
{
border-color: #FCCB7E;
}
.TagClassName
{
border-color: #FCCB7E;
}
</style>