Shades of Sweet Corn #FBE683
Tints of Sweet Corn #FBE683
RGB
CMYK
RGB Variations
Color information
#FBE683 (or 0xFBE683) is known color: Sweet Corn. HEX triplet: FB, E6 and 83. RGB value is (251,230,131). Sum of RGB (Red+Green+Blue) = 251+230+131=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 131 (51.56% from 255 or 21.41% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE683 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE683 is #04197C. Grayscale: #E1E1E1. Windows color (decimal): -268669 or 8644347. OLE color: 8644347.
HSL color Cylindrical-coordinate representation of color #FBE683: hue angle of 49.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FBE683 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 131 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.02 |
| HSL | 49.5º | 0.94% | 0.75% | - |
| HSV(B) | 49.5º | 0.48% | 0.98% | - |
| XYZ | 72.18 | 78.74 | 32.87 | - |
| YUV | 224.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 131 | 0 | 0.08 | 0.48 | 0.02 | 49.5 | 0.94 | 0.75 |
| Hex | FB | E6 | 83 | 0 | 8 | 30 | 2 | 32 | 5E | 4B |
| Octal | 373 | 346 | 203 | 0 | 10 | 60 | 2 | 62 | 136 | 113 |
| Binary | 11111011 | 11100110 | 10000011 | 0 | 1000 | 110000 | 10 | 110010 | 1011110 | 1001011 |
Color Harmonies of #FBE683
Complementary color
Monochromatic Colors of #FBE683
Black with #FBE683
Text Example
Text Example
White with #FBE683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE683; }
p { color: rgb(251,230,131); }
H1.HeaderClassName
{
color: #FBE683;
}
.AnyTagClassName
{
color: #FBE683;
}
</style>
background-color css
<style>
a { background-color: #FBE683; }
a { background-color: rgb(251,230,131); }
div.DivClassName
{
background-color: #FBE683;
}
.BgClassName
{
background-color: #FBE683;
}
</style>
border-color css
<style>
span { border-color: #FBE683; }
span { border-color: rgb(251,230,131); }
td.TdClassName
{
border-color: #FBE683;
}
.TagClassName
{
border-color: #FBE683;
}
</style>