Shades of Chardonnay #FCC384
Tints of Chardonnay #FCC384
RGB
CMYK
RGB Variations
Color information
#FCC384 (or 0xFCC384) is known color: Chardonnay. HEX triplet: FC, C3 and 84. RGB value is (252,195,132). Sum of RGB (Red+Green+Blue) = 252+195+132=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC384 is #033C7B. Grayscale: #CDCDCD. Windows color (decimal): -212092 or 8700924. OLE color: 8700924.
HSL color Cylindrical-coordinate representation of color #FCC384: hue angle of 31.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCC384 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 132 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.01 |
| HSL | 31.5º | 0.95% | 0.75% | - |
| HSV(B) | 31.5º | 0.48% | 0.99% | - |
| XYZ | 63.82 | 61.39 | 30.32 | - |
| YUV | 204.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 132 | 0 | 0.23 | 0.48 | 0.01 | 31.5 | 0.95 | 0.75 |
| Hex | FC | C3 | 84 | 0 | 17 | 30 | 1 | 1F | 5F | 4B |
| Octal | 374 | 303 | 204 | 0 | 27 | 60 | 1 | 37 | 137 | 113 |
| Binary | 11111100 | 11000011 | 10000100 | 0 | 10111 | 110000 | 1 | 11111 | 1011111 | 1001011 |
Color Harmonies of #FCC384
Complementary color
Monochromatic Colors of #FCC384
Black with #FCC384
Text Example
Text Example
White with #FCC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC384; }
p { color: rgb(252,195,132); }
H1.HeaderClassName
{
color: #FCC384;
}
.AnyTagClassName
{
color: #FCC384;
}
</style>
background-color css
<style>
a { background-color: #FCC384; }
a { background-color: rgb(252,195,132); }
div.DivClassName
{
background-color: #FCC384;
}
.BgClassName
{
background-color: #FCC384;
}
</style>
border-color css
<style>
span { border-color: #FCC384; }
span { border-color: rgb(252,195,132); }
td.TdClassName
{
border-color: #FCC384;
}
.TagClassName
{
border-color: #FCC384;
}
</style>