Shades of Chardonnay #FCBE6E
Tints of Chardonnay #FCBE6E
RGB
CMYK
RGB Variations
Color information
#FCBE6E (or 0xFCBE6E) is known color: Chardonnay. HEX triplet: FC, BE and 6E. RGB value is (252,190,110). Sum of RGB (Red+Green+Blue) = 252+190+110=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE6E is #034191. Grayscale: #C7C7C7. Windows color (decimal): -213394 or 7257852. OLE color: 7257852.
HSL color Cylindrical-coordinate representation of color #FCBE6E: hue angle of 33.8º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCBE6E is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 110 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.01 |
| HSL | 33.8º | 0.96% | 0.71% | - |
| HSV(B) | 33.8º | 0.56% | 0.99% | - |
| XYZ | 61.37 | 58.65 | 22.84 | - |
| YUV | 199.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 110 | 0 | 0.25 | 0.56 | 0.01 | 33.8 | 0.96 | 0.71 |
| Hex | FC | BE | 6E | 0 | 19 | 38 | 1 | 22 | 60 | 47 |
| Octal | 374 | 276 | 156 | 0 | 31 | 70 | 1 | 42 | 140 | 107 |
| Binary | 11111100 | 10111110 | 1101110 | 0 | 11001 | 111000 | 1 | 100010 | 1100000 | 1000111 |
Color Harmonies of #FCBE6E
Complementary color
Monochromatic Colors of #FCBE6E
Black with #FCBE6E
Text Example
Text Example
White with #FCBE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE6E; }
p { color: rgb(252,190,110); }
H1.HeaderClassName
{
color: #FCBE6E;
}
.AnyTagClassName
{
color: #FCBE6E;
}
</style>
background-color css
<style>
a { background-color: #FCBE6E; }
a { background-color: rgb(252,190,110); }
div.DivClassName
{
background-color: #FCBE6E;
}
.BgClassName
{
background-color: #FCBE6E;
}
</style>
border-color css
<style>
span { border-color: #FCBE6E; }
span { border-color: rgb(252,190,110); }
td.TdClassName
{
border-color: #FCBE6E;
}
.TagClassName
{
border-color: #FCBE6E;
}
</style>