Shades of Buff #FCE287
Tints of Buff #FCE287
RGB
CMYK
RGB Variations
Color information
#FCE287 (or 0xFCE287) is known color: Buff. HEX triplet: FC, E2 and 87. RGB value is (252,226,135). Sum of RGB (Red+Green+Blue) = 252+226+135=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 135 (53.12% from 255 or 22.02% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE287 is #031D78. Grayscale: #DFDFDF. Windows color (decimal): -204153 or 8905468. OLE color: 8905468.
HSL color Cylindrical-coordinate representation of color #FCE287: hue angle of 46.67º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCE287 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 135 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.01 |
| HSL | 46.67º | 0.95% | 0.76% | - |
| HSV(B) | 46.67º | 0.46% | 0.99% | - |
| XYZ | 71.71 | 76.84 | 33.97 | - |
| YUV | 223.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 135 | 0 | 0.10 | 0.46 | 0.01 | 46.67 | 0.95 | 0.76 |
| Hex | FC | E2 | 87 | 0 | A | 2E | 1 | 2F | 5F | 4C |
| Octal | 374 | 342 | 207 | 0 | 12 | 56 | 1 | 57 | 137 | 114 |
| Binary | 11111100 | 11100010 | 10000111 | 0 | 1010 | 101110 | 1 | 101111 | 1011111 | 1001100 |
Color Harmonies of #FCE287
Complementary color
Monochromatic Colors of #FCE287
Black with #FCE287
Text Example
Text Example
White with #FCE287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE287; }
p { color: rgb(252,226,135); }
H1.HeaderClassName
{
color: #FCE287;
}
.AnyTagClassName
{
color: #FCE287;
}
</style>
background-color css
<style>
a { background-color: #FCE287; }
a { background-color: rgb(252,226,135); }
div.DivClassName
{
background-color: #FCE287;
}
.BgClassName
{
background-color: #FCE287;
}
</style>
border-color css
<style>
span { border-color: #FCE287; }
span { border-color: rgb(252,226,135); }
td.TdClassName
{
border-color: #FCE287;
}
.TagClassName
{
border-color: #FCE287;
}
</style>