Shades of Chardonnay #FCCB7C
Tints of Chardonnay #FCCB7C
RGB
CMYK
RGB Variations
Color information
#FCCB7C (or 0xFCCB7C) is known color: Chardonnay. HEX triplet: FC, CB and 7C. RGB value is (252,203,124). Sum of RGB (Red+Green+Blue) = 252+203+124=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB7C is #033483. Grayscale: #D1D1D1. Windows color (decimal): -210052 or 8178684. OLE color: 8178684.
HSL color Cylindrical-coordinate representation of color #FCCB7C: hue angle of 37.03º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCCB7C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 124 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.01 |
| HSL | 37.03º | 0.96% | 0.74% | - |
| HSV(B) | 37.03º | 0.51% | 0.99% | - |
| XYZ | 65.14 | 64.86 | 28.16 | - |
| YUV | 208.65 | 80.23 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 124 | 0 | 0.19 | 0.51 | 0.01 | 37.03 | 0.96 | 0.74 |
| Hex | FC | CB | 7C | 0 | 13 | 33 | 1 | 25 | 60 | 4A |
| Octal | 374 | 313 | 174 | 0 | 23 | 63 | 1 | 45 | 140 | 112 |
| Binary | 11111100 | 11001011 | 1111100 | 0 | 10011 | 110011 | 1 | 100101 | 1100000 | 1001010 |
Color Harmonies of #FCCB7C
Complementary color
Monochromatic Colors of #FCCB7C
Black with #FCCB7C
Text Example
Text Example
White with #FCCB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB7C; }
p { color: rgb(252,203,124); }
H1.HeaderClassName
{
color: #FCCB7C;
}
.AnyTagClassName
{
color: #FCCB7C;
}
</style>
background-color css
<style>
a { background-color: #FCCB7C; }
a { background-color: rgb(252,203,124); }
div.DivClassName
{
background-color: #FCCB7C;
}
.BgClassName
{
background-color: #FCCB7C;
}
</style>
border-color css
<style>
span { border-color: #FCCB7C; }
span { border-color: rgb(252,203,124); }
td.TdClassName
{
border-color: #FCCB7C;
}
.TagClassName
{
border-color: #FCCB7C;
}
</style>