Shades of Chardonnay #FCCC7D
Tints of Chardonnay #FCCC7D
RGB
CMYK
RGB Variations
Color information
#FCCC7D (or 0xFCCC7D) is known color: Chardonnay. HEX triplet: FC, CC and 7D. RGB value is (252,204,125). Sum of RGB (Red+Green+Blue) = 252+204+125=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC7D is #033382. Grayscale: #D1D1D1. Windows color (decimal): -209795 or 8244476. OLE color: 8244476.
HSL color Cylindrical-coordinate representation of color #FCCC7D: hue angle of 37.32º 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 #FCCC7D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 125 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.01 |
| HSL | 37.32º | 0.95% | 0.74% | - |
| HSV(B) | 37.32º | 0.5% | 0.99% | - |
| XYZ | 65.44 | 65.36 | 28.57 | - |
| YUV | 209.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 125 | 0 | 0.19 | 0.50 | 0.01 | 37.32 | 0.95 | 0.74 |
| Hex | FC | CC | 7D | 0 | 13 | 32 | 1 | 25 | 5F | 4A |
| Octal | 374 | 314 | 175 | 0 | 23 | 62 | 1 | 45 | 137 | 112 |
| Binary | 11111100 | 11001100 | 1111101 | 0 | 10011 | 110010 | 1 | 100101 | 1011111 | 1001010 |
Color Harmonies of #FCCC7D
Complementary color
Monochromatic Colors of #FCCC7D
Black with #FCCC7D
Text Example
Text Example
White with #FCCC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC7D; }
p { color: rgb(252,204,125); }
H1.HeaderClassName
{
color: #FCCC7D;
}
.AnyTagClassName
{
color: #FCCC7D;
}
</style>
background-color css
<style>
a { background-color: #FCCC7D; }
a { background-color: rgb(252,204,125); }
div.DivClassName
{
background-color: #FCCC7D;
}
.BgClassName
{
background-color: #FCCC7D;
}
</style>
border-color css
<style>
span { border-color: #FCCC7D; }
span { border-color: rgb(252,204,125); }
td.TdClassName
{
border-color: #FCCC7D;
}
.TagClassName
{
border-color: #FCCC7D;
}
</style>