Shades of Chardonnay #FCC87B
Tints of Chardonnay #FCC87B
RGB
CMYK
RGB Variations
Color information
#FCC87B (or 0xFCC87B) is known color: Chardonnay. HEX triplet: FC, C8 and 7B. RGB value is (252,200,123). Sum of RGB (Red+Green+Blue) = 252+200+123=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC87B is #033784. Grayscale: #CFCFCF. Windows color (decimal): -210821 or 8112380. OLE color: 8112380.
HSL color Cylindrical-coordinate representation of color #FCC87B: hue angle of 35.81º 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 #FCC87B is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 123 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.01 |
| HSL | 35.81º | 0.96% | 0.74% | - |
| HSV(B) | 35.81º | 0.51% | 0.99% | - |
| XYZ | 64.37 | 63.43 | 27.59 | - |
| YUV | 206.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 123 | 0 | 0.21 | 0.51 | 0.01 | 35.81 | 0.96 | 0.74 |
| Hex | FC | C8 | 7B | 0 | 15 | 33 | 1 | 24 | 60 | 4A |
| Octal | 374 | 310 | 173 | 0 | 25 | 63 | 1 | 44 | 140 | 112 |
| Binary | 11111100 | 11001000 | 1111011 | 0 | 10101 | 110011 | 1 | 100100 | 1100000 | 1001010 |
Color Harmonies of #FCC87B
Complementary color
Monochromatic Colors of #FCC87B
Black with #FCC87B
Text Example
Text Example
White with #FCC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC87B; }
p { color: rgb(252,200,123); }
H1.HeaderClassName
{
color: #FCC87B;
}
.AnyTagClassName
{
color: #FCC87B;
}
</style>
background-color css
<style>
a { background-color: #FCC87B; }
a { background-color: rgb(252,200,123); }
div.DivClassName
{
background-color: #FCC87B;
}
.BgClassName
{
background-color: #FCC87B;
}
</style>
border-color css
<style>
span { border-color: #FCC87B; }
span { border-color: rgb(252,200,123); }
td.TdClassName
{
border-color: #FCC87B;
}
.TagClassName
{
border-color: #FCC87B;
}
</style>