Shades of Chardonnay #FCCC7C
Tints of Chardonnay #FCCC7C
RGB
CMYK
RGB Variations
Color information
#FCCC7C (or 0xFCCC7C) is known color: Chardonnay. HEX triplet: FC, CC and 7C. RGB value is (252,204,124). Sum of RGB (Red+Green+Blue) = 252+204+124=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC7C is #033383. Grayscale: #D1D1D1. Windows color (decimal): -209796 or 8178940. OLE color: 8178940.
HSL color Cylindrical-coordinate representation of color #FCCC7C: hue angle of 37.5º 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 #FCCC7C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 124 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.01 |
| HSL | 37.5º | 0.96% | 0.74% | - |
| HSV(B) | 37.5º | 0.51% | 0.99% | - |
| XYZ | 65.38 | 65.34 | 28.23 | - |
| YUV | 209.23 | 79.9 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 124 | 0 | 0.19 | 0.51 | 0.01 | 37.5 | 0.96 | 0.74 |
| Hex | FC | CC | 7C | 0 | 13 | 33 | 1 | 26 | 60 | 4A |
| Octal | 374 | 314 | 174 | 0 | 23 | 63 | 1 | 46 | 140 | 112 |
| Binary | 11111100 | 11001100 | 1111100 | 0 | 10011 | 110011 | 1 | 100110 | 1100000 | 1001010 |
Color Harmonies of #FCCC7C
Complementary color
Monochromatic Colors of #FCCC7C
Black with #FCCC7C
Text Example
Text Example
White with #FCCC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC7C; }
p { color: rgb(252,204,124); }
H1.HeaderClassName
{
color: #FCCC7C;
}
.AnyTagClassName
{
color: #FCCC7C;
}
</style>
background-color css
<style>
a { background-color: #FCCC7C; }
a { background-color: rgb(252,204,124); }
div.DivClassName
{
background-color: #FCCC7C;
}
.BgClassName
{
background-color: #FCCC7C;
}
</style>
border-color css
<style>
span { border-color: #FCCC7C; }
span { border-color: rgb(252,204,124); }
td.TdClassName
{
border-color: #FCCC7C;
}
.TagClassName
{
border-color: #FCCC7C;
}
</style>