Shades of Chardonnay #FCCB7D
Tints of Chardonnay #FCCB7D
RGB
CMYK
RGB Variations
Color information
#FCCB7D (or 0xFCCB7D) is known color: Chardonnay. HEX triplet: FC, CB and 7D. RGB value is (252,203,125). Sum of RGB (Red+Green+Blue) = 252+203+125=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB7D is #033482. Grayscale: #D1D1D1. Windows color (decimal): -210051 or 8244220. OLE color: 8244220.
HSL color Cylindrical-coordinate representation of color #FCCB7D: hue angle of 36.85º 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 #FCCB7D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 125 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.01 |
| HSL | 36.85º | 0.95% | 0.74% | - |
| HSV(B) | 36.85º | 0.5% | 0.99% | - |
| XYZ | 65.2 | 64.89 | 28.49 | - |
| YUV | 208.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 125 | 0 | 0.19 | 0.50 | 0.01 | 36.85 | 0.95 | 0.74 |
| Hex | FC | CB | 7D | 0 | 13 | 32 | 1 | 25 | 5F | 4A |
| Octal | 374 | 313 | 175 | 0 | 23 | 62 | 1 | 45 | 137 | 112 |
| Binary | 11111100 | 11001011 | 1111101 | 0 | 10011 | 110010 | 1 | 100101 | 1011111 | 1001010 |
Color Harmonies of #FCCB7D
Complementary color
Monochromatic Colors of #FCCB7D
Black with #FCCB7D
Text Example
Text Example
White with #FCCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB7D; }
p { color: rgb(252,203,125); }
H1.HeaderClassName
{
color: #FCCB7D;
}
.AnyTagClassName
{
color: #FCCB7D;
}
</style>
background-color css
<style>
a { background-color: #FCCB7D; }
a { background-color: rgb(252,203,125); }
div.DivClassName
{
background-color: #FCCB7D;
}
.BgClassName
{
background-color: #FCCB7D;
}
</style>
border-color css
<style>
span { border-color: #FCCB7D; }
span { border-color: rgb(252,203,125); }
td.TdClassName
{
border-color: #FCCB7D;
}
.TagClassName
{
border-color: #FCCB7D;
}
</style>